#424DDD

Color #424DDD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #424DDD

Tints of Free Speech Blue #424DDD

Color information

#424DDD (or 0x424DDD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4D and DD. RGB value is (66,77,221). Sum of RGB (Red+Green+Blue) = 66+77+221=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #424DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DDD is #BDB222. Grayscale: #595959. Windows color (decimal): -12431907 or 14503234. OLE color: 14503234.

HSL color Cylindrical-coordinate representation of color #424DDD: hue angle of 235.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424DDD is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6677221-
CMYK0.700.6500.13
HSL235.74º69.51%56.27%-
HSV(B)235.74º70.14%86.67%-
XYZ17.9511.6969.72-
YUV90.13201.86110.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 221 (86.72% from 255) = 60.71%
R=18.13%
G=21.15%
B=60.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66772210.700.6500.13235.7469.5156.27
Hex424DDD46410Dec4638
Octal10211533510610101535410670
Binary10000101001101110111011000110100000101101111011001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424DDD; }

 p { color: rgb(66,77,221); }

 H1.HeaderClassName
 {
   color: #424DDD;
 }
 .AnyTagClassName
 {
   color: #424DDD;
 }
</style>
background-color css

<style>
 a { background-color: #424DDD; }

 a { background-color: rgb(66,77,221); }

 div.DivClassName
 {
   background-color: #424DDD;
 }
 .BgClassName
 {
   background-color: #424DDD;
 }
</style>
border-color css

<style>
 span { border-color: #424DDD; }

 span { border-color: rgb(66,77,221); }

 td.TdClassName
 {
   border-color: #424DDD;
 }
 .TagClassName
 {
   border-color: #424DDD;
 }
</style>