Html Css Color HEX #36548B Tory Blue

📋 copy color: '#36548B'

red 54 ◦ green 84 ◦ blue 139

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

Shades of Tory Blue #36548B

Tints of Tory Blue #36548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

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

R = 19.49%
G = 30.32%
B = 50.18%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36548B (or 0x36548B) is known color: Tory Blue. HEX triplet: 36, 54 and 8B. RGB value is (54,84,139). Sum of RGB (Red+Green+Blue) = 54+84+139=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #36548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36548B is #C9AB74. Grayscale: #515151. Windows color (decimal): -13216629 or 9131062. OLE color: 9131062.

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

Color convert

RGB 54 84 139 -
CMYK 0.61 0.40 0 0.45
HSL 218.82º 0.44% 0.38% -
HSV(B) 218.82º 0.61% 0.55% -
XYZ 9.35 8.99 25.67 -
YUV 81.3 160.56 108.53 -
System Red Green Blue C M Y K H S L
Decimal 54 84 139 0.61 0.40 0 0.45 218.82 0.44 0.38
Hex 36 54 8B 3D 28 0 2D DB 2C 26
Octal 66 124 213 75 50 0 55 333 54 46
Binary 110110 1010100 10001011 111101 101000 0 101101 11011011 101100 100110

Color Harmonies of #36548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36548B

Black with #36548B

Text Example


Text Example

White with #36548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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