#455CCC

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

Shades of Free Speech Blue #455CCC

Tints of Free Speech Blue #455CCC

Color information

#455CCC (or 0x455CCC) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5C and CC. RGB value is (69,92,204). Sum of RGB (Red+Green+Blue) = 69+92+204=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #455CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455CCC is #BAA333. Grayscale: #616161. Windows color (decimal): -12231476 or 13392965. OLE color: 13392965.

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

Color convert

RGB6992204-
CMYK0.660.5500.2
HSL229.78º56.96%53.53%-
HSV(B)229.78º66.18%80%-
XYZ17.1813.2858.78-
YUV97.89187.88107.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.90%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=18.90%
G=25.21%
B=55.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69922040.660.5500.2229.7856.9653.53
Hex455CCC4237014e63936
Octal105134314102670243467166
Binary1000101101110011001100100001011011101010011100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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