#335278

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

Shades of St Tropaz #335278

Tints of St Tropaz #335278

Color information

#335278 (or 0x335278) is unknown color: approx St Tropaz. HEX triplet: 33, 52 and 78. RGB value is (51,82,120). Sum of RGB (Red+Green+Blue) = 51+82+120=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #335278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335278 is #CCAD87. Grayscale: #4C4C4C. Windows color (decimal): -13413768 or 7885363. OLE color: 7885363.

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

Color convert

RGB5182120-
CMYK0.580.3200.53
HSL213.04º40.35%33.53%-
HSV(B)213.04º57.5%47.06%-
XYZ7.778.0918.92-
YUV77.06152.23109.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=20.16%
G=32.41%
B=47.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51821200.580.3200.53213.0440.3533.53
Hex3352783A20035d52822
Octal6312217072400653255042
Binary11001110100101111000111010100000011010111010101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335278; }

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

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

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

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

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

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

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

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