#425CBD

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

Shades of Free Speech Blue #425CBD

Tints of Free Speech Blue #425CBD

Color information

#425CBD (or 0x425CBD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5C and BD. RGB value is (66,92,189). Sum of RGB (Red+Green+Blue) = 66+92+189=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #425CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CBD is #BDA342. Grayscale: #5E5E5E. Windows color (decimal): -12428099 or 12409922. OLE color: 12409922.

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

Color convert

RGB6692189-
CMYK0.650.5100.26
HSL227.32º48.24%50%-
HSV(B)227.32º65.08%74.12%-
XYZ15.2612.4949.75-
YUV95.28180.89107.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=19.02%
G=26.51%
B=54.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66921890.650.5100.26227.3248.2450
Hex425CBD413301Ae33032
Octal102134275101630323436062
Binary1000010101110010111101100000111001101101011100011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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