Html Css Color HEX #36539C Tory Blue

📋 copy color: '#36539C'

red 54 ◦ green 83 ◦ blue 156

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

Shades of Tory Blue #36539C

Tints of Tory Blue #36539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 18.43%
G = 28.33%
B = 53.24%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36539C (or 0x36539C) is known color: Tory Blue. HEX triplet: 36, 53 and 9C. RGB value is (54,83,156). Sum of RGB (Red+Green+Blue) = 54+83+156=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #36539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36539C is #C9AC63. Grayscale: #525252. Windows color (decimal): -13216868 or 10244918. OLE color: 10244918.

HSL color Cylindrical-coordinate representation of color #36539C: hue angle of 222.94º degrees, saturation: 0.49, 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 #36539C is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 83 156 -
CMYK 0.65 0.47 0 0.39
HSL 222.94º 0.49% 0.41% -
HSV(B) 222.94º 0.65% 0.61% -
XYZ 10.62 9.37 32.7 -
YUV 82.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 54 83 156 0.65 0.47 0 0.39 222.94 0.49 0.41
Hex 36 53 9C 41 2F 0 27 DF 31 29
Octal 66 123 234 101 57 0 47 337 61 51
Binary 110110 1010011 10011100 1000001 101111 0 100111 11011111 110001 101001

Color Harmonies of #36539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36539C

Black with #36539C

Text Example


Text Example

White with #36539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,83,156); }

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

background-color css

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

 a { background-color: rgb(54,83,156); }

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

border-color css

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

 span { border-color: rgb(54,83,156); }

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