Html Css Color HEX #335076 St Tropaz

📋 copy color: '#335076'

red 51 ◦ green 80 ◦ blue 118

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

Shades of St Tropaz #335076

Tints of St Tropaz #335076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

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

R = 20.48%
G = 32.13%
B = 47.39%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#335076 (or 0x335076) is known color: St Tropaz. HEX triplet: 33, 50 and 76. RGB value is (51,80,118). Sum of RGB (Red+Green+Blue) = 51+80+118=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #335076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335076 is #CCAF89. Grayscale: #4B4B4B. Windows color (decimal): -13414282 or 7753779. OLE color: 7753779.

HSL color Cylindrical-coordinate representation of color #335076: hue angle of 214.03º 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 #335076 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 80 118 -
CMYK 0.57 0.32 0 0.54
HSL 214.03º 0.4% 0.33% -
HSV(B) 214.03º 0.57% 0.46% -
XYZ 7.5 7.75 18.24 -
YUV 75.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 51 80 118 0.57 0.32 0 0.54 214.03 0.4 0.33
Hex 33 50 76 39 20 0 36 D6 28 21
Octal 63 120 166 71 40 0 66 326 50 41
Binary 110011 1010000 1110110 111001 100000 0 110110 11010110 101000 100001

Color Harmonies of #335076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335076

Black with #335076

Text Example


Text Example

White with #335076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335076; }

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

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

background-color css

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

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

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

border-color css

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

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

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