#424BB2

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

Shades of Free Speech Blue #424BB2

Tints of Free Speech Blue #424BB2

Color information

#424BB2 (or 0x424BB2) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and B2. RGB value is (66,75,178). Sum of RGB (Red+Green+Blue) = 66+75+178=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #424BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BB2 is #BDB44D. Grayscale: #535353. Windows color (decimal): -12432462 or 11684674. OLE color: 11684674.

HSL color Cylindrical-coordinate representation of color #424BB2: hue angle of 235.18º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #424BB2 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6675178-
CMYK0.630.5800.30
HSL235.18º45.9%47.84%-
HSV(B)235.18º62.92%69.8%-
XYZ12.89.443.26-
YUV84.05181.02115.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 178 (69.92% from 255) = 55.80%
R=20.69%
G=23.51%
B=55.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66751780.630.5800.30235.1845.947.84
Hex424BB23F3A01Eeb2e30
Octal10211326277720363535660
Binary100001010010111011001011111111101001111011101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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