#424CBD

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

Shades of Free Speech Blue #424CBD

Tints of Free Speech Blue #424CBD

Color information

#424CBD (or 0x424CBD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4C and BD. RGB value is (66,76,189). Sum of RGB (Red+Green+Blue) = 66+76+189=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #424CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CBD is #BDB342. Grayscale: #555555. Windows color (decimal): -12432195 or 12405826. OLE color: 12405826.

HSL color Cylindrical-coordinate representation of color #424CBD: hue angle of 235.12º 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 #424CBD is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6676189-
CMYK0.650.6000.26
HSL235.12º48.24%50%-
HSV(B)235.12º65.08%74.12%-
XYZ14.021049.34-
YUV85.89186.19113.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=19.94%
G=22.96%
B=57.10%

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
Decimal66761890.650.6000.26235.1248.2450
Hex424CBD413C01Aeb3032
Octal102114275101740323536062
Binary1000010100110010111101100000111110001101011101011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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