#424DD3

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

Shades of Free Speech Blue #424DD3

Tints of Free Speech Blue #424DD3

Color information

#424DD3 (or 0x424DD3) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4D and D3. RGB value is (66,77,211). Sum of RGB (Red+Green+Blue) = 66+77+211=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 211 (82.81% from 255 or 59.60% from 354); Max value from RGB is 211 - color contains mainly: blue. Hex color #424DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DD3 is #BDB22C. Grayscale: #585858. Windows color (decimal): -12431917 or 13847874. OLE color: 13847874.

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

Color convert

RGB6677211-
CMYK0.690.6400.17
HSL235.45º62.23%54.31%-
HSV(B)235.45º68.72%82.75%-
XYZ16.6611.1762.91-
YUV88.99196.86111.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 211 (82.81% from 255) = 59.60%
R=18.64%
G=21.75%
B=59.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66772110.690.6400.17235.4562.2354.31
Hex424DD34540011eb3e36
Octal1021153231051000213537666
Binary10000101001101110100111000101100000001000111101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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