Html Css Color HEX #36508C Tory Blue

📋 copy color: '#36508C'

red 54 ◦ green 80 ◦ blue 140

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

Shades of Tory Blue #36508C

Tints of Tory Blue #36508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.09%

R = 19.71%
G = 29.2%
B = 51.09%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36508C (or 0x36508C) is known color: Tory Blue. HEX triplet: 36, 50 and 8C. RGB value is (54,80,140). Sum of RGB (Red+Green+Blue) = 54+80+140=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #36508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36508C is #C9AF73. Grayscale: #4E4E4E. Windows color (decimal): -13217652 or 9195574. OLE color: 9195574.

HSL color Cylindrical-coordinate representation of color #36508C: hue angle of 221.86º 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 #36508C is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 80 140 -
CMYK 0.61 0.43 0 0.45
HSL 221.86º 0.44% 0.38% -
HSV(B) 221.86º 0.61% 0.55% -
XYZ 9.12 8.42 25.95 -
YUV 79.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 54 80 140 0.61 0.43 0 0.45 221.86 0.44 0.38
Hex 36 50 8C 3D 2B 0 2D DE 2C 26
Octal 66 120 214 75 53 0 55 336 54 46
Binary 110110 1010000 10001100 111101 101011 0 101101 11011110 101100 100110

Color Harmonies of #36508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36508C

Black with #36508C

Text Example


Text Example

White with #36508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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