Html Css Color HEX #455188 Tory Blue

📋 copy color: '#455188'

red 69 ◦ green 81 ◦ blue 136

#455188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #455188

Tints of Tory Blue #455188

RGB

 RED value IS 69 (27.34% from 255) = 24.13%

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 24.13%
G = 28.32%
B = 47.55%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#455188 (or 0x455188) is known color: Tory Blue. HEX triplet: 45, 51 and 88. RGB value is (69,81,136). Sum of RGB (Red+Green+Blue) = 69+81+136=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #455188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455188 is #BAAE77. Grayscale: #535353. Windows color (decimal): -12234360 or 8933701. OLE color: 8933701.

HSL color Cylindrical-coordinate representation of color #455188: hue angle of 229.25º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455188 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 81 136 -
CMYK 0.49 0.40 0 0.47
HSL 229.25º 0.33% 0.4% -
HSV(B) 229.25º 0.49% 0.53% -
XYZ 9.84 8.93 24.5 -
YUV 83.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 69 81 136 0.49 0.40 0 0.47 229.25 0.33 0.4
Hex 45 51 88 31 28 0 2F E5 21 28
Octal 105 121 210 61 50 0 57 345 41 50
Binary 1000101 1010001 10001000 110001 101000 0 101111 11100101 100001 101000

Color Harmonies of #455188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455188

Black with #455188

Text Example


Text Example

White with #455188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455188; }

 p { color: rgb(69,81,136); }

 H1.HeaderClassName
 {
   color: #455188;
 }
 .AnyTagClassName
 {
   color: #455188;
 }
</style>

background-color css

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

 a { background-color: rgb(69,81,136); }

 div.DivClassName
 {
   background-color: #455188;
 }
 .BgClassName
 {
   background-color: #455188;
 }
</style>

border-color css

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

 span { border-color: rgb(69,81,136); }

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