#335068

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

Shades of Cello #335068

Tints of Cello #335068

Color information

#335068 (or 0x335068) is unknown color: approx Cello. HEX triplet: 33, 50 and 68. RGB value is (51,80,104). Sum of RGB (Red+Green+Blue) = 51+80+104=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #335068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335068 is #CCAF97. Grayscale: #494949. Windows color (decimal): -13414296 or 6836275. OLE color: 6836275.

HSL color Cylindrical-coordinate representation of color #335068: hue angle of 207.17º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335068 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5180104-
CMYK0.510.2300.59
HSL207.17º34.19%30.39%-
HSV(B)207.17º50.96%40.78%-
XYZ6.737.4414.18-
YUV74.06144.89111.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=21.70%
G=34.04%
B=44.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51801040.510.2300.59207.1734.1930.39
Hex335068331703Bcf221e
Octal6312015063270733174236
Binary110011101000011010001100111011101110111100111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335068; }

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

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

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

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

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

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

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

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