#425abc

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

Shades of Free Speech Blue #425ABC

Tints of Free Speech Blue #425ABC

Color information

#425ABC (or 0x425ABC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5A and BC. RGB value is (66,90,188). Sum of RGB (Red+Green+Blue) = 66+90+188=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #425ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ABC is #BDA543. Grayscale: #5D5D5D. Windows color (decimal): -12428612 or 12343874. OLE color: 12343874.

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

Color convert

RGB6690188-
CMYK0.650.5200.26
HSL228.2º48.03%49.8%-
HSV(B)228.2º64.89%73.73%-
XYZ14.9812.149.12-
YUV94181.05108.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 188 (73.83% from 255) = 54.65%
R=19.19%
G=26.16%
B=54.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66901880.650.5200.26228.248.0349.8
Hex425ABC413401Ae43032
Octal102132274101640323446062
Binary1000010101101010111100100000111010001101011100100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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