#424BCB

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

Shades of Free Speech Blue #424BCB

Tints of Free Speech Blue #424BCB

Color information

#424BCB (or 0x424BCB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and CB. RGB value is (66,75,203). Sum of RGB (Red+Green+Blue) = 66+75+203=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #424BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BCB is #BDB434. Grayscale: #565656. Windows color (decimal): -12432437 or 13323074. OLE color: 13323074.

HSL color Cylindrical-coordinate representation of color #424BCB: hue angle of 236.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424BCB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6675203-
CMYK0.670.6300.20
HSL236.06º56.85%52.75%-
HSV(B)236.06º67.49%79.61%-
XYZ15.5410.557.71-
YUV86.9193.52113.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=19.19%
G=21.80%
B=59.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66752030.670.6300.20236.0656.8552.75
Hex424BCB433F014ec3935
Octal102113313103770243547165
Binary1000010100101111001011100001111111101010011101100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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