Html Css Color HEX #36487E Tory Blue

📋 copy color: '#36487E'

red 54 ◦ green 72 ◦ blue 126

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

Shades of Tory Blue #36487E

Tints of Tory Blue #36487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

 BLUE value IS 126 (49.61% from 255) = 50%

R = 21.43%
G = 28.57%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36487E (or 0x36487E) is known color: Tory Blue. HEX triplet: 36, 48 and 7E. RGB value is (54,72,126). Sum of RGB (Red+Green+Blue) = 54+72+126=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #36487E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36487E is #C9B781. Grayscale: #484848. Windows color (decimal): -13219714 or 8276022. OLE color: 8276022.

HSL color Cylindrical-coordinate representation of color #36487E: hue angle of 225º 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 #36487E is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 72 126 -
CMYK 0.57 0.43 0 0.51
HSL 225º 0.4% 0.35% -
HSV(B) 225º 0.57% 0.49% -
XYZ 7.6 6.93 20.67 -
YUV 72.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 54 72 126 0.57 0.43 0 0.51 225 0.4 0.35
Hex 36 48 7E 39 2B 0 33 E1 28 23
Octal 66 110 176 71 53 0 63 341 50 43
Binary 110110 1001000 1111110 111001 101011 0 110011 11100001 101000 100011

Color Harmonies of #36487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36487E

Black with #36487E

Text Example


Text Example

White with #36487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,72,126); }

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

background-color css

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

 a { background-color: rgb(54,72,126); }

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

border-color css

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

 span { border-color: rgb(54,72,126); }

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