Html Css Color HEX #36498B Tory Blue

📋 copy color: '#36498B'

red 54 ◦ green 73 ◦ blue 139

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

Shades of Tory Blue #36498B

Tints of Tory Blue #36498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

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

R = 20.3%
G = 27.44%
B = 52.26%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36498B (or 0x36498B) is known color: Tory Blue. HEX triplet: 36, 49 and 8B. RGB value is (54,73,139). Sum of RGB (Red+Green+Blue) = 54+73+139=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #36498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36498B is #C9B674. Grayscale: #4A4A4A. Windows color (decimal): -13219445 or 9128246. OLE color: 9128246.

HSL color Cylindrical-coordinate representation of color #36498B: hue angle of 226.59º 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 #36498B is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 73 139 -
CMYK 0.61 0.47 0 0.45
HSL 226.59º 0.44% 0.38% -
HSV(B) 226.59º 0.61% 0.55% -
XYZ 8.56 7.41 25.41 -
YUV 74.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 54 73 139 0.61 0.47 0 0.45 226.59 0.44 0.38
Hex 36 49 8B 3D 2F 0 2D E3 2C 26
Octal 66 111 213 75 57 0 55 343 54 46
Binary 110110 1001001 10001011 111101 101111 0 101101 11100011 101100 100110

Color Harmonies of #36498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36498B

Black with #36498B

Text Example


Text Example

White with #36498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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