Html Css Color HEX #36529A Tory Blue

📋 copy color: '#36529A'

red 54 ◦ green 82 ◦ blue 154

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

Shades of Tory Blue #36529A

Tints of Tory Blue #36529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 18.62%
G = 28.28%
B = 53.1%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36529A (or 0x36529A) is known color: Tory Blue. HEX triplet: 36, 52 and 9A. RGB value is (54,82,154). Sum of RGB (Red+Green+Blue) = 54+82+154=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #36529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36529A is #C9AD65. Grayscale: #515151. Windows color (decimal): -13217126 or 10113590. OLE color: 10113590.

HSL color Cylindrical-coordinate representation of color #36529A: hue angle of 223.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36529A is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 82 154 -
CMYK 0.65 0.47 0 0.40
HSL 223.2º 0.48% 0.41% -
HSV(B) 223.2º 0.65% 0.6% -
XYZ 10.37 9.15 31.79 -
YUV 81.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 54 82 154 0.65 0.47 0 0.40 223.2 0.48 0.41
Hex 36 52 9A 41 2F 0 28 DF 30 29
Octal 66 122 232 101 57 0 50 337 60 51
Binary 110110 1010010 10011010 1000001 101111 0 101000 11011111 110000 101001

Color Harmonies of #36529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36529A

Black with #36529A

Text Example


Text Example

White with #36529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36529A; }

 p { color: rgb(54,82,154); }

 H1.HeaderClassName
 {
   color: #36529A;
 }
 .AnyTagClassName
 {
   color: #36529A;
 }
</style>

background-color css

<style>
 a { background-color: #36529A; }

 a { background-color: rgb(54,82,154); }

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

border-color css

<style>
 span { border-color: #36529A; }

 span { border-color: rgb(54,82,154); }

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