Html Css Color HEX #36487D Tory Blue

📋 copy color: '#36487D'

red 54 ◦ green 72 ◦ blue 125

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

Shades of Tory Blue #36487D

Tints of Tory Blue #36487D

RGB

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

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

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

R = 21.51%
G = 28.69%
B = 49.8%

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

#36487D (or 0x36487D) is known color: Tory Blue. HEX triplet: 36, 48 and 7D. RGB value is (54,72,125). Sum of RGB (Red+Green+Blue) = 54+72+125=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #36487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36487D is #C9B782. Grayscale: #484848. Windows color (decimal): -13219715 or 8210486. OLE color: 8210486.

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

Color convert

RGB 54 72 125 -
CMYK 0.57 0.42 0 0.51
HSL 224.79º 0.4% 0.35% -
HSV(B) 224.79º 0.57% 0.49% -
XYZ 7.54 6.9 20.34 -
YUV 72.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 54 72 125 0.57 0.42 0 0.51 224.79 0.4 0.35
Hex 36 48 7D 39 2A 0 33 E1 28 23
Octal 66 110 175 71 52 0 63 341 50 43
Binary 110110 1001000 1111101 111001 101010 0 110011 11100001 101000 100011

Color Harmonies of #36487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36487D

Black with #36487D

Text Example


Text Example

White with #36487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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