Html Css Color HEX #36509B Tory Blue

📋 copy color: '#36509B'

red 54 ◦ green 80 ◦ blue 155

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

Shades of Tory Blue #36509B

Tints of Tory Blue #36509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 18.69%
G = 27.68%
B = 53.63%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36509B (or 0x36509B) is known color: Tory Blue. HEX triplet: 36, 50 and 9B. RGB value is (54,80,155). Sum of RGB (Red+Green+Blue) = 54+80+155=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #36509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36509B is #C9AF64. Grayscale: #505050. Windows color (decimal): -13217637 or 10178614. OLE color: 10178614.

HSL color Cylindrical-coordinate representation of color #36509B: hue angle of 224.55º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36509B is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 80 155 -
CMYK 0.65 0.48 0 0.39
HSL 224.55º 0.48% 0.41% -
HSV(B) 224.55º 0.65% 0.61% -
XYZ 10.31 8.89 32.18 -
YUV 80.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 54 80 155 0.65 0.48 0 0.39 224.55 0.48 0.41
Hex 36 50 9B 41 30 0 27 E1 30 29
Octal 66 120 233 101 60 0 47 341 60 51
Binary 110110 1010000 10011011 1000001 110000 0 100111 11100001 110000 101001

Color Harmonies of #36509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36509B

Black with #36509B

Text Example


Text Example

White with #36509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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