Html Css Color HEX #455388 Tory Blue

📋 copy color: '#455388'

red 69 ◦ green 83 ◦ blue 136

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

Shades of Tory Blue #455388

Tints of Tory Blue #455388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

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

R = 23.96%
G = 28.82%
B = 47.22%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#455388 (or 0x455388) is known color: Tory Blue. HEX triplet: 45, 53 and 88. RGB value is (69,83,136). Sum of RGB (Red+Green+Blue) = 69+83+136=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #455388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455388 is #BAAC77. Grayscale: #545454. Windows color (decimal): -12233848 or 8934213. OLE color: 8934213.

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

Color convert

RGB 69 83 136 -
CMYK 0.49 0.39 0 0.47
HSL 227.46º 0.33% 0.4% -
HSV(B) 227.46º 0.49% 0.53% -
XYZ 9.99 9.23 24.55 -
YUV 84.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 69 83 136 0.49 0.39 0 0.47 227.46 0.33 0.4
Hex 45 53 88 31 27 0 2F E3 21 28
Octal 105 123 210 61 47 0 57 343 41 50
Binary 1000101 1010011 10001000 110001 100111 0 101111 11100011 100001 101000

Color Harmonies of #455388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455388

Black with #455388

Text Example


Text Example

White with #455388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455388; }

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

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

background-color css

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

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

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

border-color css

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

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

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