Html Css Color HEX #36409C Tory Blue

📋 copy color: '#36409C'

red 54 ◦ green 64 ◦ blue 156

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

Shades of Tory Blue #36409C

Tints of Tory Blue #36409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

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

R = 19.71%
G = 23.36%
B = 56.93%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36409C (or 0x36409C) is known color: Tory Blue. HEX triplet: 36, 40 and 9C. RGB value is (54,64,156). Sum of RGB (Red+Green+Blue) = 54+64+156=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #36409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36409C is #C9BF63. Grayscale: #474747. Windows color (decimal): -13221732 or 10240054. OLE color: 10240054.

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

Color convert

RGB 54 64 156 -
CMYK 0.65 0.59 0 0.39
HSL 234.12º 0.49% 0.41% -
HSV(B) 234.12º 0.65% 0.61% -
XYZ 9.36 6.85 32.28 -
YUV 71.5 175.69 115.52 -
System Red Green Blue C M Y K H S L
Decimal 54 64 156 0.65 0.59 0 0.39 234.12 0.49 0.41
Hex 36 40 9C 41 3B 0 27 EA 31 29
Octal 66 100 234 101 73 0 47 352 61 51
Binary 110110 1000000 10011100 1000001 111011 0 100111 11101010 110001 101001

Color Harmonies of #36409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36409C

Black with #36409C

Text Example


Text Example

White with #36409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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