Html Css Color HEX #36458B Tory Blue

📋 copy color: '#36458B'

red 54 ◦ green 69 ◦ blue 139

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

Shades of Tory Blue #36458B

Tints of Tory Blue #36458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.05%

R = 20.61%
G = 26.34%
B = 53.05%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36458B (or 0x36458B) is known color: Tory Blue. HEX triplet: 36, 45 and 8B. RGB value is (54,69,139). Sum of RGB (Red+Green+Blue) = 54+69+139=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #36458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36458B is #C9BA74. Grayscale: #484848. Windows color (decimal): -13220469 or 9127222. OLE color: 9127222.

HSL color Cylindrical-coordinate representation of color #36458B: hue angle of 229.41º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36458B is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 69 139 -
CMYK 0.61 0.50 0 0.45
HSL 229.41º 0.44% 0.38% -
HSV(B) 229.41º 0.61% 0.55% -
XYZ 8.31 6.9 25.32 -
YUV 72.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 54 69 139 0.61 0.50 0 0.45 229.41 0.44 0.38
Hex 36 45 8B 3D 32 0 2D E5 2C 26
Octal 66 105 213 75 62 0 55 345 54 46
Binary 110110 1000101 10001011 111101 110010 0 101101 11100101 101100 100110

Color Harmonies of #36458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36458B

Black with #36458B

Text Example


Text Example

White with #36458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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