Html Css Color HEX #36487F Tory Blue

📋 copy color: '#36487F'

red 54 ◦ green 72 ◦ blue 127

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

Shades of Tory Blue #36487F

Tints of Tory Blue #36487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.2%

R = 21.34%
G = 28.46%
B = 50.2%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36487F (or 0x36487F) is known color: Tory Blue. HEX triplet: 36, 48 and 7F. RGB value is (54,72,127). Sum of RGB (Red+Green+Blue) = 54+72+127=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #36487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36487F is #C9B780. Grayscale: #484848. Windows color (decimal): -13219713 or 8341558. OLE color: 8341558.

HSL color Cylindrical-coordinate representation of color #36487F: hue angle of 225.21º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36487F is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 72 127 -
CMYK 0.57 0.43 0 0.50
HSL 225.21º 0.4% 0.35% -
HSV(B) 225.21º 0.57% 0.5% -
XYZ 7.67 6.95 21.02 -
YUV 72.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 54 72 127 0.57 0.43 0 0.50 225.21 0.4 0.35
Hex 36 48 7F 39 2B 0 32 E1 28 23
Octal 66 110 177 71 53 0 62 341 50 43
Binary 110110 1001000 1111111 111001 101011 0 110010 11100001 101000 100011

Color Harmonies of #36487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36487F

Black with #36487F

Text Example


Text Example

White with #36487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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