#335263

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

Shades of Cello #335263

Tints of Cello #335263

Color information

#335263 (or 0x335263) is unknown color: approx Cello. HEX triplet: 33, 52 and 63. RGB value is (51,82,99). Sum of RGB (Red+Green+Blue) = 51+82+99=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #335263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335263 is #CCAD9C. Grayscale: #4A4A4A. Windows color (decimal): -13413789 or 6509107. OLE color: 6509107.

HSL color Cylindrical-coordinate representation of color #335263: hue angle of 201.25º 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 #335263 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB518299-
CMYK0.480.1700.61
HSL201.25º32%29.41%-
HSV(B)201.25º48.48%38.82%-
XYZ6.637.6412.93-
YUV74.67141.73111.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=21.98%
G=35.34%
B=42.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5182990.480.1700.61201.253229.41
Hex335263301103Dc9201d
Octal6312214360210753114035
Binary110011101001011000111100001000101111011100100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335263; }

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

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

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

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

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

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

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

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