#425ABF

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

Shades of Free Speech Blue #425ABF

Tints of Free Speech Blue #425ABF

Color information

#425ABF (or 0x425ABF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5A and BF. RGB value is (66,90,191). Sum of RGB (Red+Green+Blue) = 66+90+191=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #425ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ABF is #BDA540. Grayscale: #5D5D5D. Windows color (decimal): -12428609 or 12540482. OLE color: 12540482.

HSL color Cylindrical-coordinate representation of color #425ABF: hue angle of 228.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425ABF is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6690191-
CMYK0.650.5300.25
HSL228.48º49.41%50.39%-
HSV(B)228.48º65.45%74.9%-
XYZ15.3112.2350.84-
YUV94.34182.55107.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 191 (75% from 255) = 55.04%
R=19.02%
G=25.94%
B=55.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66901910.650.5300.25228.4849.4150.39
Hex425ABF4135019e43132
Octal102132277101650313446162
Binary1000010101101010111111100000111010101100111100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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