Html Css Color HEX #36557D St Tropaz

📋 copy color: '#36557D'

red 54 ◦ green 85 ◦ blue 125

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

Shades of St Tropaz #36557D

Tints of St Tropaz #36557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 125 (49.22% from 255) = 47.35%

R = 20.45%
G = 32.2%
B = 47.35%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36557D (or 0x36557D) is known color: St Tropaz. HEX triplet: 36, 55 and 7D. RGB value is (54,85,125). Sum of RGB (Red+Green+Blue) = 54+85+125=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #36557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36557D is #C9AA82. Grayscale: #505050. Windows color (decimal): -13216387 or 8213814. OLE color: 8213814.

HSL color Cylindrical-coordinate representation of color #36557D: hue angle of 213.8º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36557D is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 85 125 -
CMYK 0.57 0.32 0 0.51
HSL 213.8º 0.4% 0.35% -
HSV(B) 213.8º 0.57% 0.49% -
XYZ 8.47 8.76 20.65 -
YUV 80.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 54 85 125 0.57 0.32 0 0.51 213.8 0.4 0.35
Hex 36 55 7D 39 20 0 33 D6 28 23
Octal 66 125 175 71 40 0 63 326 50 43
Binary 110110 1010101 1111101 111001 100000 0 110011 11010110 101000 100011

Color Harmonies of #36557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36557D

Black with #36557D

Text Example


Text Example

White with #36557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,85,125); }

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

background-color css

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

 a { background-color: rgb(54,85,125); }

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

border-color css

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

 span { border-color: rgb(54,85,125); }

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