Html Css Color HEX #36548E Tory Blue

📋 copy color: '#36548E'

red 54 ◦ green 84 ◦ blue 142

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

Shades of Tory Blue #36548E

Tints of Tory Blue #36548E

RGB

 RED value IS 54 (21.48% from 255) = 19.29%

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 19.29%
G = 30%
B = 50.71%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36548E (or 0x36548E) is known color: Tory Blue. HEX triplet: 36, 54 and 8E. RGB value is (54,84,142). Sum of RGB (Red+Green+Blue) = 54+84+142=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #36548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36548E is #C9AB71. Grayscale: #515151. Windows color (decimal): -13216626 or 9327670. OLE color: 9327670.

HSL color Cylindrical-coordinate representation of color #36548E: hue angle of 219.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36548E is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 84 142 -
CMYK 0.62 0.41 0 0.44
HSL 219.55º 0.45% 0.38% -
HSV(B) 219.55º 0.62% 0.56% -
XYZ 9.57 9.08 26.84 -
YUV 81.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 54 84 142 0.62 0.41 0 0.44 219.55 0.45 0.38
Hex 36 54 8E 3E 29 0 2C DC 2D 26
Octal 66 124 216 76 51 0 54 334 55 46
Binary 110110 1010100 10001110 111110 101001 0 101100 11011100 101101 100110

Color Harmonies of #36548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36548E

Black with #36548E

Text Example


Text Example

White with #36548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36548E; }

 p { color: rgb(54,84,142); }

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

background-color css

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

 a { background-color: rgb(54,84,142); }

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

border-color css

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

 span { border-color: rgb(54,84,142); }

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