#455CB2

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

Shades of Free Speech Blue #455CB2

Tints of Free Speech Blue #455CB2

Color information

#455CB2 (or 0x455CB2) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5C and B2. RGB value is (69,92,178). Sum of RGB (Red+Green+Blue) = 69+92+178=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #455CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455CB2 is #BAA34D. Grayscale: #5E5E5E. Windows color (decimal): -12231502 or 11689029. OLE color: 11689029.

HSL color Cylindrical-coordinate representation of color #455CB2: hue angle of 227.34º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455CB2 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6992178-
CMYK0.610.4800.30
HSL227.34º44.13%48.43%-
HSV(B)227.34º61.24%69.8%-
XYZ14.3212.1343.71-
YUV94.93174.88109.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 178 (69.92% from 255) = 52.51%
R=20.35%
G=27.14%
B=52.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69921780.610.4800.30227.3444.1348.43
Hex455CB23D3001Ee32c30
Octal10513426275600363435460
Binary100010110111001011001011110111000001111011100011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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