Html Css Color HEX #36498A Tory Blue

📋 copy color: '#36498A'

red 54 ◦ green 73 ◦ blue 138

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

Shades of Tory Blue #36498A

Tints of Tory Blue #36498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.08%

R = 20.38%
G = 27.55%
B = 52.08%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#36498A (or 0x36498A) is known color: Tory Blue. HEX triplet: 36, 49 and 8A. RGB value is (54,73,138). Sum of RGB (Red+Green+Blue) = 54+73+138=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #36498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36498A is #C9B675. Grayscale: #4A4A4A. Windows color (decimal): -13219446 or 9062710. OLE color: 9062710.

HSL color Cylindrical-coordinate representation of color #36498A: hue angle of 226.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36498A is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 73 138 -
CMYK 0.61 0.47 0 0.46
HSL 226.43º 0.44% 0.38% -
HSV(B) 226.43º 0.61% 0.54% -
XYZ 8.49 7.38 25.02 -
YUV 74.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 54 73 138 0.61 0.47 0 0.46 226.43 0.44 0.38
Hex 36 49 8A 3D 2F 0 2E E2 2C 26
Octal 66 111 212 75 57 0 56 342 54 46
Binary 110110 1001001 10001010 111101 101111 0 101110 11100010 101100 100110

Color Harmonies of #36498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36498A

Black with #36498A

Text Example


Text Example

White with #36498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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