Html Css Color HEX #335177 St Tropaz

📋 copy color: '#335177'

red 51 ◦ green 81 ◦ blue 119

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

Shades of St Tropaz #335177

Tints of St Tropaz #335177

RGB

 RED value IS 51 (20.31% from 255) = 20.32%

 GREEN value IS 81 (32.03% from 255) = 32.27%

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 20.32%
G = 32.27%
B = 47.41%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335177 (or 0x335177) is known color: St Tropaz. HEX triplet: 33, 51 and 77. RGB value is (51,81,119). Sum of RGB (Red+Green+Blue) = 51+81+119=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #335177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335177 is #CCAE88. Grayscale: #4C4C4C. Windows color (decimal): -13414025 or 7819571. OLE color: 7819571.

HSL color Cylindrical-coordinate representation of color #335177: hue angle of 213.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335177 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 81 119 -
CMYK 0.57 0.32 0 0.53
HSL 213.53º 0.4% 0.33% -
HSV(B) 213.53º 0.57% 0.47% -
XYZ 7.64 7.92 18.58 -
YUV 76.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 51 81 119 0.57 0.32 0 0.53 213.53 0.4 0.33
Hex 33 51 77 39 20 0 35 D6 28 21
Octal 63 121 167 71 40 0 65 326 50 41
Binary 110011 1010001 1110111 111001 100000 0 110101 11010110 101000 100001

Color Harmonies of #335177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335177

Black with #335177

Text Example


Text Example

White with #335177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335177; }

 p { color: rgb(51,81,119); }

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

background-color css

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

 a { background-color: rgb(51,81,119); }

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

border-color css

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

 span { border-color: rgb(51,81,119); }

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