Html Css Color HEX #36459D Tory Blue

📋 copy color: '#36459D'

red 54 ◦ green 69 ◦ blue 157

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

Shades of Tory Blue #36459D

Tints of Tory Blue #36459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 19.29%
G = 24.64%
B = 56.07%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36459D (or 0x36459D) is known color: Tory Blue. HEX triplet: 36, 45 and 9D. RGB value is (54,69,157). Sum of RGB (Red+Green+Blue) = 54+69+157=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #36459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36459D is #C9BA62. Grayscale: #4A4A4A. Windows color (decimal): -13220451 or 10306870. OLE color: 10306870.

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

Color convert

RGB 54 69 157 -
CMYK 0.66 0.56 0 0.38
HSL 231.26º 0.49% 0.41% -
HSV(B) 231.26º 0.66% 0.62% -
XYZ 9.74 7.47 32.83 -
YUV 74.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 54 69 157 0.66 0.56 0 0.38 231.26 0.49 0.41
Hex 36 45 9D 42 38 0 26 E7 31 29
Octal 66 105 235 102 70 0 46 347 61 51
Binary 110110 1000101 10011101 1000010 111000 0 100110 11100111 110001 101001

Color Harmonies of #36459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36459D

Black with #36459D

Text Example


Text Example

White with #36459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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