Html Css Color HEX #36498D Tory Blue

📋 copy color: '#36498D'

red 54 ◦ green 73 ◦ blue 141

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

Shades of Tory Blue #36498D

Tints of Tory Blue #36498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 20.15%
G = 27.24%
B = 52.61%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36498D (or 0x36498D) is known color: Tory Blue. HEX triplet: 36, 49 and 8D. RGB value is (54,73,141). Sum of RGB (Red+Green+Blue) = 54+73+141=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #36498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36498D is #C9B672. Grayscale: #4A4A4A. Windows color (decimal): -13219443 or 9259318. OLE color: 9259318.

HSL color Cylindrical-coordinate representation of color #36498D: hue angle of 226.9º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36498D is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 73 141 -
CMYK 0.62 0.48 0 0.45
HSL 226.9º 0.45% 0.38% -
HSV(B) 226.9º 0.62% 0.55% -
XYZ 8.71 7.47 26.18 -
YUV 75.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 54 73 141 0.62 0.48 0 0.45 226.9 0.45 0.38
Hex 36 49 8D 3E 30 0 2D E3 2D 26
Octal 66 111 215 76 60 0 55 343 55 46
Binary 110110 1001001 10001101 111110 110000 0 101101 11100011 101101 100110

Color Harmonies of #36498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36498D

Black with #36498D

Text Example


Text Example

White with #36498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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