Html Css Color HEX #455088 Tory Blue

📋 copy color: '#455088'

red 69 ◦ green 80 ◦ blue 136

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

Shades of Tory Blue #455088

Tints of Tory Blue #455088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 24.21%
G = 28.07%
B = 47.72%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#455088 (or 0x455088) is known color: Tory Blue. HEX triplet: 45, 50 and 88. RGB value is (69,80,136). Sum of RGB (Red+Green+Blue) = 69+80+136=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #455088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455088 is #BAAF77. Grayscale: #525252. Windows color (decimal): -12234616 or 8933445. OLE color: 8933445.

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

Color convert

RGB 69 80 136 -
CMYK 0.49 0.41 0 0.47
HSL 230.15º 0.33% 0.4% -
HSV(B) 230.15º 0.49% 0.53% -
XYZ 9.77 8.78 24.47 -
YUV 83.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 69 80 136 0.49 0.41 0 0.47 230.15 0.33 0.4
Hex 45 50 88 31 29 0 2F E6 21 28
Octal 105 120 210 61 51 0 57 346 41 50
Binary 1000101 1010000 10001000 110001 101001 0 101111 11100110 100001 101000

Color Harmonies of #455088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455088

Black with #455088

Text Example


Text Example

White with #455088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455088; }

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

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

background-color css

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

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

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

border-color css

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

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

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