Html Css Color HEX #36508B Tory Blue

📋 copy color: '#36508B'

red 54 ◦ green 80 ◦ blue 139

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

Shades of Tory Blue #36508B

Tints of Tory Blue #36508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 19.78%
G = 29.3%
B = 50.92%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36508B (or 0x36508B) is known color: Tory Blue. HEX triplet: 36, 50 and 8B. RGB value is (54,80,139). Sum of RGB (Red+Green+Blue) = 54+80+139=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #36508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36508B is #C9AF74. Grayscale: #4E4E4E. Windows color (decimal): -13217653 or 9130038. OLE color: 9130038.

HSL color Cylindrical-coordinate representation of color #36508B: hue angle of 221.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36508B is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 80 139 -
CMYK 0.61 0.42 0 0.45
HSL 221.65º 0.44% 0.38% -
HSV(B) 221.65º 0.61% 0.55% -
XYZ 9.05 8.39 25.57 -
YUV 78.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 54 80 139 0.61 0.42 0 0.45 221.65 0.44 0.38
Hex 36 50 8B 3D 2A 0 2D DE 2C 26
Octal 66 120 213 75 52 0 55 336 54 46
Binary 110110 1010000 10001011 111101 101010 0 101101 11011110 101100 100110

Color Harmonies of #36508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36508B

Black with #36508B

Text Example


Text Example

White with #36508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,80,139); }

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

background-color css

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

 a { background-color: rgb(54,80,139); }

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

border-color css

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

 span { border-color: rgb(54,80,139); }

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