#335463

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

Shades of Cello #335463

Tints of Cello #335463

Color information

#335463 (or 0x335463) is unknown color: approx Cello. HEX triplet: 33, 54 and 63. RGB value is (51,84,99). Sum of RGB (Red+Green+Blue) = 51+84+99=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #335463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335463 is #CCAB9C. Grayscale: #4B4B4B. Windows color (decimal): -13413277 or 6509619. OLE color: 6509619.

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

Color convert

RGB518499-
CMYK0.480.1500.61
HSL198.75º32%29.41%-
HSV(B)198.75º48.48%38.82%-
XYZ6.797.9512.98-
YUV75.84141.07110.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=21.79%
G=35.90%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5184990.480.1500.61198.753229.41
Hex33546330F03Dc7201d
Octal6312414360170753074035
Binary11001110101001100011110000111101111011100011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335463; }

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

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

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

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

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

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

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

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