Html Css Color HEX #455384 Tory Blue

📋 copy color: '#455384'

red 69 ◦ green 83 ◦ blue 132

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

Shades of Tory Blue #455384

Tints of Tory Blue #455384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.48%

R = 24.3%
G = 29.23%
B = 46.48%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#455384 (or 0x455384) is known color: Tory Blue. HEX triplet: 45, 53 and 84. RGB value is (69,83,132). Sum of RGB (Red+Green+Blue) = 69+83+132=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #455384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455384 is #BAAC7B. Grayscale: #545454. Windows color (decimal): -12233852 or 8672069. OLE color: 8672069.

HSL color Cylindrical-coordinate representation of color #455384: hue angle of 226.67º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455384 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 83 132 -
CMYK 0.48 0.37 0 0.48
HSL 226.67º 0.31% 0.39% -
HSV(B) 226.67º 0.48% 0.52% -
XYZ 9.71 9.12 23.08 -
YUV 84.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 69 83 132 0.48 0.37 0 0.48 226.67 0.31 0.39
Hex 45 53 84 30 25 0 30 E3 1F 27
Octal 105 123 204 60 45 0 60 343 37 47
Binary 1000101 1010011 10000100 110000 100101 0 110000 11100011 11111 100111

Color Harmonies of #455384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455384

Black with #455384

Text Example


Text Example

White with #455384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455384; }

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

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

background-color css

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

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

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

border-color css

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

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

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