Html Css Color HEX #36409D Tory Blue

📋 copy color: '#36409D'

red 54 ◦ green 64 ◦ blue 157

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

Shades of Tory Blue #36409D

Tints of Tory Blue #36409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 19.64%
G = 23.27%
B = 57.09%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36409D (or 0x36409D) is known color: Tory Blue. HEX triplet: 36, 40 and 9D. RGB value is (54,64,157). Sum of RGB (Red+Green+Blue) = 54+64+157=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #36409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36409D is #C9BF62. Grayscale: #474747. Windows color (decimal): -13221731 or 10305590. OLE color: 10305590.

HSL color Cylindrical-coordinate representation of color #36409D: hue angle of 234.17º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36409D is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 64 157 -
CMYK 0.66 0.59 0 0.38
HSL 234.17º 0.49% 0.41% -
HSV(B) 234.17º 0.66% 0.62% -
XYZ 9.44 6.89 32.73 -
YUV 71.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 54 64 157 0.66 0.59 0 0.38 234.17 0.49 0.41
Hex 36 40 9D 42 3B 0 26 EA 31 29
Octal 66 100 235 102 73 0 46 352 61 51
Binary 110110 1000000 10011101 1000010 111011 0 100110 11101010 110001 101001

Color Harmonies of #36409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36409D

Black with #36409D

Text Example


Text Example

White with #36409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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