#424BD2

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

Shades of Free Speech Blue #424BD2

Tints of Free Speech Blue #424BD2

Color information

#424BD2 (or 0x424BD2) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and D2. RGB value is (66,75,210). Sum of RGB (Red+Green+Blue) = 66+75+210=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #424BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BD2 is #BDB42D. Grayscale: #575757. Windows color (decimal): -12432430 or 13781826. OLE color: 13781826.

HSL color Cylindrical-coordinate representation of color #424BD2: hue angle of 236.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424BD2 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6675210-
CMYK0.690.6400.18
HSL236.25º61.54%54.12%-
HSV(B)236.25º68.57%82.35%-
XYZ16.410.8462.2-
YUV87.7197.02112.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 210 (82.42% from 255) = 59.83%
R=18.80%
G=21.37%
B=59.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66752100.690.6400.18236.2561.5454.12
Hex424BD24540012ec3e36
Octal1021133221051000223547666
Binary10000101001011110100101000101100000001001011101100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,210); }

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

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

 a { background-color: rgb(66,75,210); }

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

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

 span { border-color: rgb(66,75,210); }

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