Html Css Color HEX #455288 Tory Blue

📋 copy color: '#455288'

red 69 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #455288

Tints of Tory Blue #455288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

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

R = 24.04%
G = 28.57%
B = 47.39%

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

#455288 (or 0x455288) is known color: Tory Blue. HEX triplet: 45, 52 and 88. RGB value is (69,82,136). Sum of RGB (Red+Green+Blue) = 69+82+136=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #455288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455288 is #BAAD77. Grayscale: #545454. Windows color (decimal): -12234104 or 8933957. OLE color: 8933957.

HSL color Cylindrical-coordinate representation of color #455288: hue angle of 228.36º 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 #455288 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 82 136 -
CMYK 0.49 0.40 0 0.47
HSL 228.36º 0.33% 0.4% -
HSV(B) 228.36º 0.49% 0.53% -
XYZ 9.92 9.08 24.52 -
YUV 84.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 69 82 136 0.49 0.40 0 0.47 228.36 0.33 0.4
Hex 45 52 88 31 28 0 2F E4 21 28
Octal 105 122 210 61 50 0 57 344 41 50
Binary 1000101 1010010 10001000 110001 101000 0 101111 11100100 100001 101000

Color Harmonies of #455288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455288

Black with #455288

Text Example


Text Example

White with #455288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455288; }

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

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

background-color css

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

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

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

border-color css

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

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

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