#335077

Color #335077 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #335077

Tints of St Tropaz #335077

Color information

#335077 (or 0x335077) is unknown color: approx St Tropaz. HEX triplet: 33, 50 and 77. RGB value is (51,80,119). Sum of RGB (Red+Green+Blue) = 51+80+119=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #335077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335077 is #CCAF88. Grayscale: #4B4B4B. Windows color (decimal): -13414281 or 7819315. OLE color: 7819315.

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

Color convert

RGB5180119-
CMYK0.570.3300.53
HSL214.41º40%33.33%-
HSV(B)214.41º57.14%46.67%-
XYZ7.567.7718.55-
YUV75.77152.39110.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=20.4%
G=32%
B=47.6%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51801190.570.3300.53214.414033.33
Hex3350773921035d62821
Octal6312016771410653265041
Binary11001110100001110111111001100001011010111010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335077; }

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

 H1.HeaderClassName
 {
   color: #335077;
 }
 .AnyTagClassName
 {
   color: #335077;
 }
</style>
background-color css

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

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

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

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

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

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