Html Css Color HEX #36588C St Tropaz

📋 copy color: '#36588C'

red 54 ◦ green 88 ◦ blue 140

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

Shades of St Tropaz #36588C

Tints of St Tropaz #36588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

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

R = 19.15%
G = 31.21%
B = 49.65%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36588C (or 0x36588C) is known color: St Tropaz. HEX triplet: 36, 58 and 8C. RGB value is (54,88,140). Sum of RGB (Red+Green+Blue) = 54+88+140=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #36588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36588C is #C9A773. Grayscale: #535353. Windows color (decimal): -13215604 or 9197622. OLE color: 9197622.

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

Color convert

RGB 54 88 140 -
CMYK 0.61 0.37 0 0.45
HSL 216.28º 0.44% 0.38% -
HSV(B) 216.28º 0.61% 0.55% -
XYZ 9.74 9.66 26.16 -
YUV 83.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 54 88 140 0.61 0.37 0 0.45 216.28 0.44 0.38
Hex 36 58 8C 3D 25 0 2D D8 2C 26
Octal 66 130 214 75 45 0 55 330 54 46
Binary 110110 1011000 10001100 111101 100101 0 101101 11011000 101100 100110

Color Harmonies of #36588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36588C

Black with #36588C

Text Example


Text Example

White with #36588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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