Html Css Color HEX #36598C St Tropaz

📋 copy color: '#36598C'

red 54 ◦ green 89 ◦ blue 140

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

Shades of St Tropaz #36598C

Tints of St Tropaz #36598C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 19.08%
G = 31.45%
B = 49.47%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36598C (or 0x36598C) is known color: St Tropaz. HEX triplet: 36, 59 and 8C. RGB value is (54,89,140). Sum of RGB (Red+Green+Blue) = 54+89+140=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #36598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36598C is #C9A673. Grayscale: #545454. Windows color (decimal): -13215348 or 9197878. OLE color: 9197878.

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

Color convert

RGB 54 89 140 -
CMYK 0.61 0.36 0 0.45
HSL 215.58º 0.44% 0.38% -
HSV(B) 215.58º 0.61% 0.55% -
XYZ 9.83 9.82 26.19 -
YUV 84.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 54 89 140 0.61 0.36 0 0.45 215.58 0.44 0.38
Hex 36 59 8C 3D 24 0 2D D8 2C 26
Octal 66 131 214 75 44 0 55 330 54 46
Binary 110110 1011001 10001100 111101 100100 0 101101 11011000 101100 100110

Color Harmonies of #36598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36598C

Black with #36598C

Text Example


Text Example

White with #36598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,89,140); }

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

background-color css

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

 a { background-color: rgb(54,89,140); }

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

border-color css

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

 span { border-color: rgb(54,89,140); }

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