#455ECC

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

Shades of Free Speech Blue #455ECC

Tints of Free Speech Blue #455ECC

Color information

#455ECC (or 0x455ECC) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5E and CC. RGB value is (69,94,204). Sum of RGB (Red+Green+Blue) = 69+94+204=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #455ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ECC is #BAA133. Grayscale: #626262. Windows color (decimal): -12230964 or 13393477. OLE color: 13393477.

HSL color Cylindrical-coordinate representation of color #455ECC: hue angle of 228.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #455ECC is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6994204-
CMYK0.660.5400.2
HSL228.89º56.96%53.53%-
HSV(B)228.89º66.18%80%-
XYZ17.3613.6358.84-
YUV99.06187.22106.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=18.80%
G=25.61%
B=55.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69942040.660.5400.2228.8956.9653.53
Hex455ECC4236014e53936
Octal105136314102660243457166
Binary1000101101111011001100100001011011001010011100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455ECC; }

 p { color: rgb(69,94,204); }

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

<style>
 a { background-color: #455ECC; }

 a { background-color: rgb(69,94,204); }

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

<style>
 span { border-color: #455ECC; }

 span { border-color: rgb(69,94,204); }

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