#425CB6

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

Shades of Free Speech Blue #425CB6

Tints of Free Speech Blue #425CB6

Color information

#425CB6 (or 0x425CB6) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5C and B6. RGB value is (66,92,182). Sum of RGB (Red+Green+Blue) = 66+92+182=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #425CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CB6 is #BDA349. Grayscale: #5E5E5E. Windows color (decimal): -12428106 or 11951170. OLE color: 11951170.

HSL color Cylindrical-coordinate representation of color #425CB6: hue angle of 226.55º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #425CB6 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6692182-
CMYK0.640.4900.29
HSL226.55º46.77%48.63%-
HSV(B)226.55º63.74%71.37%-
XYZ14.5212.1945.84-
YUV94.49177.39107.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 182 (71.48% from 255) = 53.53%
R=19.41%
G=27.06%
B=53.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66921820.640.4900.29226.5546.7748.63
Hex425CB6403101De32f31
Octal102134266100610353435761
Binary1000010101110010110110100000011000101110111100011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,182); }

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

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

 a { background-color: rgb(66,92,182); }

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

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

 span { border-color: rgb(66,92,182); }

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