Html Css Color HEX #36409F Tory Blue

📋 copy color: '#36409F'

red 54 ◦ green 64 ◦ blue 159

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

Shades of Tory Blue #36409F

Tints of Tory Blue #36409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 19.49%
G = 23.1%
B = 57.4%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36409F (or 0x36409F) is known color: Tory Blue. HEX triplet: 36, 40 and 9F. RGB value is (54,64,159). Sum of RGB (Red+Green+Blue) = 54+64+159=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #36409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36409F is #C9BF60. Grayscale: #474747. Windows color (decimal): -13221729 or 10436662. OLE color: 10436662.

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

Color convert

RGB 54 64 159 -
CMYK 0.66 0.60 0 0.38
HSL 234.29º 0.49% 0.42% -
HSV(B) 234.29º 0.66% 0.62% -
XYZ 9.61 6.95 33.64 -
YUV 71.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 54 64 159 0.66 0.60 0 0.38 234.29 0.49 0.42
Hex 36 40 9F 42 3C 0 26 EA 31 2A
Octal 66 100 237 102 74 0 46 352 61 52
Binary 110110 1000000 10011111 1000010 111100 0 100110 11101010 110001 101010

Color Harmonies of #36409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36409F

Black with #36409F

Text Example


Text Example

White with #36409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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