Html Css Color HEX #335176 St Tropaz

📋 copy color: '#335176'

red 51 ◦ green 81 ◦ blue 118

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

Shades of St Tropaz #335176

Tints of St Tropaz #335176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 20.4%
G = 32.4%
B = 47.2%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#335176 (or 0x335176) is known color: St Tropaz. HEX triplet: 33, 51 and 76. RGB value is (51,81,118). Sum of RGB (Red+Green+Blue) = 51+81+118=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #335176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335176 is #CCAE89. Grayscale: #4C4C4C. Windows color (decimal): -13414026 or 7754035. OLE color: 7754035.

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

Color convert

RGB 51 81 118 -
CMYK 0.57 0.31 0 0.54
HSL 213.13º 0.4% 0.33% -
HSV(B) 213.13º 0.57% 0.46% -
XYZ 7.58 7.9 18.26 -
YUV 76.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 51 81 118 0.57 0.31 0 0.54 213.13 0.4 0.33
Hex 33 51 76 39 1F 0 36 D5 28 21
Octal 63 121 166 71 37 0 66 325 50 41
Binary 110011 1010001 1110110 111001 11111 0 110110 11010101 101000 100001

Color Harmonies of #335176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335176

Black with #335176

Text Example


Text Example

White with #335176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335176; }

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

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

background-color css

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

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

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

border-color css

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

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

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