#335078

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

Shades of St Tropaz #335078

Tints of St Tropaz #335078

Color information

#335078 (or 0x335078) is unknown color: approx St Tropaz. HEX triplet: 33, 50 and 78. RGB value is (51,80,120). Sum of RGB (Red+Green+Blue) = 51+80+120=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #335078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335078 is #CCAF87. Grayscale: #4B4B4B. Windows color (decimal): -13414280 or 7884851. OLE color: 7884851.

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

Color convert

RGB5180120-
CMYK0.580.3300.53
HSL214.78º40.35%33.53%-
HSV(B)214.78º57.5%47.06%-
XYZ7.627.818.87-
YUV75.89152.89110.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=20.32%
G=31.87%
B=47.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51801200.580.3300.53214.7840.3533.53
Hex3350783A21035d72822
Octal6312017072410653275042
Binary11001110100001111000111010100001011010111010111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335078; }

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

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

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

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

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

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

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

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