Html Css Color HEX #36459B Tory Blue

📋 copy color: '#36459B'

red 54 ◦ green 69 ◦ blue 155

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

Shades of Tory Blue #36459B

Tints of Tory Blue #36459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 19.42%
G = 24.82%
B = 55.76%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36459B (or 0x36459B) is known color: Tory Blue. HEX triplet: 36, 45 and 9B. RGB value is (54,69,155). Sum of RGB (Red+Green+Blue) = 54+69+155=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #36459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36459B is #C9BA64. Grayscale: #494949. Windows color (decimal): -13220453 or 10175798. OLE color: 10175798.

HSL color Cylindrical-coordinate representation of color #36459B: hue angle of 231.09º degrees, saturation: 0.48, 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 #36459B is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 69 155 -
CMYK 0.65 0.55 0 0.39
HSL 231.09º 0.48% 0.41% -
HSV(B) 231.09º 0.65% 0.61% -
XYZ 9.57 7.41 31.94 -
YUV 74.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 54 69 155 0.65 0.55 0 0.39 231.09 0.48 0.41
Hex 36 45 9B 41 37 0 27 E7 30 29
Octal 66 105 233 101 67 0 47 347 60 51
Binary 110110 1000101 10011011 1000001 110111 0 100111 11100111 110000 101001

Color Harmonies of #36459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36459B

Black with #36459B

Text Example


Text Example

White with #36459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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