#425AB4

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

Shades of Free Speech Blue #425AB4

Tints of Free Speech Blue #425AB4

Color information

#425AB4 (or 0x425AB4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5A and B4. RGB value is (66,90,180). Sum of RGB (Red+Green+Blue) = 66+90+180=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #425AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425AB4 is #BDA54B. Grayscale: #5C5C5C. Windows color (decimal): -12428620 or 11819586. OLE color: 11819586.

HSL color Cylindrical-coordinate representation of color #425AB4: hue angle of 227.37º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #425AB4 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6690180-
CMYK0.630.5000.29
HSL227.37º46.34%48.24%-
HSV(B)227.37º63.33%70.59%-
XYZ14.1411.7744.71-
YUV93.08177.05108.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=19.64%
G=26.79%
B=53.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66901800.630.5000.29227.3746.3448.24
Hex425AB43F3201De32e30
Octal10213226477620353435660
Binary100001010110101011010011111111001001110111100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425AB4; }

 p { color: rgb(66,90,180); }

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

<style>
 a { background-color: #425AB4; }

 a { background-color: rgb(66,90,180); }

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

<style>
 span { border-color: #425AB4; }

 span { border-color: rgb(66,90,180); }

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