Html Css Color HEX #36489D Tory Blue

📋 copy color: '#36489D'

red 54 ◦ green 72 ◦ blue 157

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

Shades of Tory Blue #36489D

Tints of Tory Blue #36489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 19.08%
G = 25.44%
B = 55.48%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36489D (or 0x36489D) is known color: Tory Blue. HEX triplet: 36, 48 and 9D. RGB value is (54,72,157). Sum of RGB (Red+Green+Blue) = 54+72+157=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #36489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36489D is #C9B762. Grayscale: #4B4B4B. Windows color (decimal): -13219683 or 10307638. OLE color: 10307638.

HSL color Cylindrical-coordinate representation of color #36489D: hue angle of 229.51º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36489D is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 72 157 -
CMYK 0.66 0.54 0 0.38
HSL 229.51º 0.49% 0.41% -
HSV(B) 229.51º 0.66% 0.62% -
XYZ 9.92 7.85 32.89 -
YUV 76.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 54 72 157 0.66 0.54 0 0.38 229.51 0.49 0.41
Hex 36 48 9D 42 36 0 26 E6 31 29
Octal 66 110 235 102 66 0 46 346 61 51
Binary 110110 1001000 10011101 1000010 110110 0 100110 11100110 110001 101001

Color Harmonies of #36489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36489D

Black with #36489D

Text Example


Text Example

White with #36489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,72,157); }

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

background-color css

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

 a { background-color: rgb(54,72,157); }

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

border-color css

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

 span { border-color: rgb(54,72,157); }

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