Html Css Color HEX #36489C Tory Blue

📋 copy color: '#36489C'

red 54 ◦ green 72 ◦ blue 156

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

Shades of Tory Blue #36489C

Tints of Tory Blue #36489C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 19.15%
G = 25.53%
B = 55.32%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36489C (or 0x36489C) is known color: Tory Blue. HEX triplet: 36, 48 and 9C. RGB value is (54,72,156). Sum of RGB (Red+Green+Blue) = 54+72+156=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #36489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36489C is #C9B763. Grayscale: #4B4B4B. Windows color (decimal): -13219684 or 10242102. OLE color: 10242102.

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

Color convert

RGB 54 72 156 -
CMYK 0.65 0.54 0 0.39
HSL 229.41º 0.49% 0.41% -
HSV(B) 229.41º 0.65% 0.61% -
XYZ 9.84 7.82 32.44 -
YUV 76.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 54 72 156 0.65 0.54 0 0.39 229.41 0.49 0.41
Hex 36 48 9C 41 36 0 27 E5 31 29
Octal 66 110 234 101 66 0 47 345 61 51
Binary 110110 1001000 10011100 1000001 110110 0 100111 11100101 110001 101001

Color Harmonies of #36489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36489C

Black with #36489C

Text Example


Text Example

White with #36489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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