Html Css Color HEX #36499B Tory Blue

📋 copy color: '#36499B'

red 54 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #36499B

Tints of Tory Blue #36499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 19.15%
G = 25.89%
B = 54.96%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36499B (or 0x36499B) is known color: Tory Blue. HEX triplet: 36, 49 and 9B. RGB value is (54,73,155). Sum of RGB (Red+Green+Blue) = 54+73+155=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #36499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36499B is #C9B664. Grayscale: #4C4C4C. Windows color (decimal): -13219429 or 10176822. OLE color: 10176822.

HSL color Cylindrical-coordinate representation of color #36499B: hue angle of 228.71º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36499B is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 73 155 -
CMYK 0.65 0.53 0 0.39
HSL 228.71º 0.48% 0.41% -
HSV(B) 228.71º 0.65% 0.61% -
XYZ 9.82 7.92 32.02 -
YUV 76.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 54 73 155 0.65 0.53 0 0.39 228.71 0.48 0.41
Hex 36 49 9B 41 35 0 27 E5 30 29
Octal 66 111 233 101 65 0 47 345 60 51
Binary 110110 1001001 10011011 1000001 110101 0 100111 11100101 110000 101001

Color Harmonies of #36499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36499B

Black with #36499B

Text Example


Text Example

White with #36499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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