COLOR #424284

HEX: #424284
RGB: (66,66,132)

Color info

#424284 contains mainly blue color. Web safe color of #424284 is #333399 (or #339).

RGB color model

#424284 color RGB value is (66,66,132).

  • red value is 66;
  • green value is 66;
  • blue value is 132.
RGB:
(66,66,132)
(26%,26%,52%)

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 132 of 255 = 52%

66
66
132

R + G + B ~ 35%. #424284 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 132 = 264 (100%)
R 66 of 264 ~ 25%
G 66 of 264 ~ 25%
B 132 of 264 ~ 50%

%25
%25
%50

CMYK color model

#424284 color CMYK value is (50,50,0,48).

  • cyan value is 50.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(50,50,0,48)
C50M50Y0K48 
(50%,50%,0%,48%)
(0.50/0.50/0.00/0.48)	

CMYK percentages

%50
%50
%0
%48.24

Codes

Color #424284 in popluar color models

424284
RGB6666132
HSL240°33.33%38.82%
HSB/HSV240°50.00%51.76%
CMYK50.00%50.00%0.00%
48.24%

Color #424284 in popluar number systems.

HEX424284
Decimal6666132
Binary1000010100001010000100
Octal102102204

Shades and tints

Shades of #424284

#424284
(66,66,132)
#3C3C78
(60,60,120)
#36366C
(54,54,108)
#303060
(48,48,96)
#2A2A54
(42,42,84)
#242448
(36,36,72)
#1E1E3C
(30,30,60)
#181830
(24,24,48)
#121224
(18,18,36)
#0C0C18
(12,12,24)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #424284

#424284
(66,66,132)
#53538F
(83,83,143)
#64649A
(100,100,154)
#7575A5
(117,117,165)
#8686B0
(134,134,176)
#9797BB
(151,151,187)
#A8A8C6
(168,168,198)
#B9B9D1
(185,185,209)
#CACADC
(202,202,220)
#DBDBE7
(219,219,231)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424284 color. Also use rgb(66,66,132) instead hex code.

Text Font Color

.myTextColor { color: #424284; }

<p style="color:#424284">This sample text font color is #424284.</p>

This text font color is #424284.


Background Color

.myBgColor { background-color: #424284; }

<div style="background-color:#424284">Inner text</div>

This div background color is #424284.


Border color

.myBorderColor { border: 1px solid #424284; }

<div style="border:3px solid #424284">Div</div>

This div border color is #424284.


Opacity

.myOpacity80 { color: #424284; opacity: 0.8; }

<p style="color:#424284;opacity:0.8;">80%</p>

Text with #424284 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #424284;}

<p style="text-shadow: 3px 3px 1px #424284">Text here.</p>

This text has shadow with #424284 color.

.textShadow {text-shadow: 3px 3px 1px #424284, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #424284, 5px 5px 20px red">Text here.</p>

This text has shadow with #424284 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#424284, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#424284, Direction=45, Strength=4)">Text</p>

This text has shadow with #424284 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #424284;
  -webkit-box-shadow:	1px 1px 3px 2px #424284;
  box-shadow:		1px 1px 3px 2px #424284;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424284;
-webkit-box-shadow: 1px 1px 3px 2px #424284;
box-shadow:1px 1px 3px 2px #424284;">
Div content here</div>
This div box has shadow with color #424284.

Preview

Color preview on black background

This text has color #424284 on black background.


Color preview on white background

This text has color #424284 on white background.



Black color preview on #424284 background

This text has black color on #424284 background.


White color preview on #424284 background

This text has white color on #424284 background.