#335063

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

Shades of Cello #335063

Tints of Cello #335063

Color information

#335063 (or 0x335063) is unknown color: approx Cello. HEX triplet: 33, 50 and 63. RGB value is (51,80,99). Sum of RGB (Red+Green+Blue) = 51+80+99=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #335063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335063 is #CCAF9C. Grayscale: #494949. Windows color (decimal): -13414301 or 6508595. OLE color: 6508595.

HSL color Cylindrical-coordinate representation of color #335063: hue angle of 203.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335063 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB518099-
CMYK0.480.1900.61
HSL203.75º32%29.41%-
HSV(B)203.75º48.48%38.82%-
XYZ6.497.3412.88-
YUV73.49142.39111.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=22.17%
G=34.78%
B=43.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5180990.480.1900.61203.753229.41
Hex335063301303Dcc201d
Octal6312014360230753144035
Binary110011101000011000111100001001101111011100110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335063; }

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

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

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

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

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

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

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

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