#424BBD

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

Shades of Free Speech Blue #424BBD

Tints of Free Speech Blue #424BBD

Color information

#424BBD (or 0x424BBD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and BD. RGB value is (66,75,189). Sum of RGB (Red+Green+Blue) = 66+75+189=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #424BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BBD is #BDB442. Grayscale: #545454. Windows color (decimal): -12432451 or 12405570. OLE color: 12405570.

HSL color Cylindrical-coordinate representation of color #424BBD: hue angle of 235.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424BBD is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6675189-
CMYK0.650.6000.26
HSL235.61º48.24%50%-
HSV(B)235.61º65.08%74.12%-
XYZ13.959.8649.31-
YUV85.3186.52114.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 189 (74.22% from 255) = 57.27%
R=20%
G=22.73%
B=57.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66751890.650.6000.26235.6148.2450
Hex424BBD413C01Aec3032
Octal102113275101740323546062
Binary1000010100101110111101100000111110001101011101100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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