Html Css Color HEX #36497D Tory Blue

📋 copy color: '#36497D'

red 54 ◦ green 73 ◦ blue 125

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

Shades of Tory Blue #36497D

Tints of Tory Blue #36497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 21.43%
G = 28.97%
B = 49.6%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36497D (or 0x36497D) is known color: Tory Blue. HEX triplet: 36, 49 and 7D. RGB value is (54,73,125). Sum of RGB (Red+Green+Blue) = 54+73+125=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #36497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36497D is #C9B682. Grayscale: #494949. Windows color (decimal): -13219459 or 8210742. OLE color: 8210742.

HSL color Cylindrical-coordinate representation of color #36497D: hue angle of 223.94º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36497D is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 73 125 -
CMYK 0.57 0.42 0 0.51
HSL 223.94º 0.4% 0.35% -
HSV(B) 223.94º 0.57% 0.49% -
XYZ 7.61 7.03 20.36 -
YUV 73.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 54 73 125 0.57 0.42 0 0.51 223.94 0.4 0.35
Hex 36 49 7D 39 2A 0 33 E0 28 23
Octal 66 111 175 71 52 0 63 340 50 43
Binary 110110 1001001 1111101 111001 101010 0 110011 11100000 101000 100011

Color Harmonies of #36497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36497D

Black with #36497D

Text Example


Text Example

White with #36497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36497D; }

 p { color: rgb(54,73,125); }

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

background-color css

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

 a { background-color: rgb(54,73,125); }

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

border-color css

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

 span { border-color: rgb(54,73,125); }

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