Html Css Color HEX #36449F Tory Blue

📋 copy color: '#36449F'

red 54 ◦ green 68 ◦ blue 159

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

Shades of Tory Blue #36449F

Tints of Tory Blue #36449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.2%

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

R = 19.22%
G = 24.2%
B = 56.58%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36449F (or 0x36449F) is known color: Tory Blue. HEX triplet: 36, 44 and 9F. RGB value is (54,68,159). Sum of RGB (Red+Green+Blue) = 54+68+159=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #36449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36449F is #C9BB60. Grayscale: #494949. Windows color (decimal): -13220705 or 10437686. OLE color: 10437686.

HSL color Cylindrical-coordinate representation of color #36449F: hue angle of 232º 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 #36449F is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 68 159 -
CMYK 0.66 0.57 0 0.38
HSL 232º 0.49% 0.42% -
HSV(B) 232º 0.66% 0.62% -
XYZ 9.85 7.42 33.71 -
YUV 74.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 54 68 159 0.66 0.57 0 0.38 232 0.49 0.42
Hex 36 44 9F 42 39 0 26 E8 31 2A
Octal 66 104 237 102 71 0 46 350 61 52
Binary 110110 1000100 10011111 1000010 111001 0 100110 11101000 110001 101010

Color Harmonies of #36449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36449F

Black with #36449F

Text Example


Text Example

White with #36449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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