#455BB2

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

Shades of Free Speech Blue #455BB2

Tints of Free Speech Blue #455BB2

Color information

#455BB2 (or 0x455BB2) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5B and B2. RGB value is (69,91,178). Sum of RGB (Red+Green+Blue) = 69+91+178=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #455BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BB2 is #BAA44D. Grayscale: #5D5D5D. Windows color (decimal): -12231758 or 11688773. OLE color: 11688773.

HSL color Cylindrical-coordinate representation of color #455BB2: hue angle of 227.89º 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 #455BB2 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6991178-
CMYK0.610.4900.30
HSL227.89º44.13%48.43%-
HSV(B)227.89º61.24%69.8%-
XYZ14.2311.9643.68-
YUV94.34175.21109.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 178 (69.92% from 255) = 52.66%
R=20.41%
G=26.92%
B=52.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69911780.610.4900.30227.8944.1348.43
Hex455BB23D3101Ee42c30
Octal10513326275610363445460
Binary100010110110111011001011110111000101111011100100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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