#425ECB

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

Shades of Free Speech Blue #425ECB

Tints of Free Speech Blue #425ECB

Color information

#425ECB (or 0x425ECB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5E and CB. RGB value is (66,94,203). Sum of RGB (Red+Green+Blue) = 66+94+203=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #425ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ECB is #BDA134. Grayscale: #616161. Windows color (decimal): -12427573 or 13327938. OLE color: 13327938.

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

Color convert

RGB6694203-
CMYK0.670.5400.20
HSL227.74º56.85%52.75%-
HSV(B)227.74º67.49%79.61%-
XYZ17.0313.4858.2-
YUV98.05187.22105.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=18.18%
G=25.90%
B=55.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66942030.670.5400.20227.7456.8552.75
Hex425ECB4336014e43935
Octal102136313103660243447165
Binary1000010101111011001011100001111011001010011100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,94,203); }

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

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

 a { background-color: rgb(66,94,203); }

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

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

 span { border-color: rgb(66,94,203); }

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