#455FCC

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

Shades of Free Speech Blue #455FCC

Tints of Free Speech Blue #455FCC

Color information

#455FCC (or 0x455FCC) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5F and CC. RGB value is (69,95,204). Sum of RGB (Red+Green+Blue) = 69+95+204=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #455FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FCC is #BAA033. Grayscale: #636363. Windows color (decimal): -12230708 or 13393733. OLE color: 13393733.

HSL color Cylindrical-coordinate representation of color #455FCC: hue angle of 228.44º 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 #455FCC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6995204-
CMYK0.660.5300.2
HSL228.44º56.96%53.53%-
HSV(B)228.44º66.18%80%-
XYZ17.4513.8158.87-
YUV99.65186.89106.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=18.75%
G=25.82%
B=55.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69952040.660.5300.2228.4456.9653.53
Hex455FCC4235014e43936
Octal105137314102650243447166
Binary1000101101111111001100100001011010101010011100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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