Html Css Color HEX #36499D Tory Blue

📋 copy color: '#36499D'

red 54 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #36499D

Tints of Tory Blue #36499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 19.01%
G = 25.7%
B = 55.28%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36499D (or 0x36499D) is known color: Tory Blue. HEX triplet: 36, 49 and 9D. RGB value is (54,73,157). Sum of RGB (Red+Green+Blue) = 54+73+157=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #36499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36499D is #C9B662. Grayscale: #4C4C4C. Windows color (decimal): -13219427 or 10307894. OLE color: 10307894.

HSL color Cylindrical-coordinate representation of color #36499D: hue angle of 228.93º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36499D is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 73 157 -
CMYK 0.66 0.54 0 0.38
HSL 228.93º 0.49% 0.41% -
HSV(B) 228.93º 0.66% 0.62% -
XYZ 9.99 7.98 32.91 -
YUV 76.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 54 73 157 0.66 0.54 0 0.38 228.93 0.49 0.41
Hex 36 49 9D 42 36 0 26 E5 31 29
Octal 66 111 235 102 66 0 46 345 61 51
Binary 110110 1001001 10011101 1000010 110110 0 100110 11100101 110001 101001

Color Harmonies of #36499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36499D

Black with #36499D

Text Example


Text Example

White with #36499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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