#425CCC

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

Shades of Free Speech Blue #425CCC

Tints of Free Speech Blue #425CCC

Color information

#425CCC (or 0x425CCC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5C and CC. RGB value is (66,92,204). Sum of RGB (Red+Green+Blue) = 66+92+204=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #425CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CCC is #BDA333. Grayscale: #606060. Windows color (decimal): -12428084 or 13392962. OLE color: 13392962.

HSL color Cylindrical-coordinate representation of color #425CCC: hue angle of 228.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #425CCC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6692204-
CMYK0.680.5500.2
HSL228.7º57.5%52.94%-
HSV(B)228.7º67.65%80%-
XYZ16.9713.1758.77-
YUV96.99188.39105.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 204 (80.08% from 255) = 56.35%
R=18.23%
G=25.41%
B=56.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66922040.680.5500.2228.757.552.94
Hex425CCC4437014e53a35
Octal102134314104670243457265
Binary1000010101110011001100100010011011101010011100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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