#335268

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

Shades of Cello #335268

Tints of Cello #335268

Color information

#335268 (or 0x335268) is unknown color: approx Cello. HEX triplet: 33, 52 and 68. RGB value is (51,82,104). Sum of RGB (Red+Green+Blue) = 51+82+104=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #335268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335268 is #CCAD97. Grayscale: #4B4B4B. Windows color (decimal): -13413784 or 6836787. OLE color: 6836787.

HSL color Cylindrical-coordinate representation of color #335268: hue angle of 204.91º 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 #335268 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5182104-
CMYK0.510.2100.59
HSL204.91º34.19%30.39%-
HSV(B)204.91º50.96%40.78%-
XYZ6.887.7414.23-
YUV75.24144.23110.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=21.52%
G=34.60%
B=43.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51821040.510.2100.59204.9134.1930.39
Hex335268331503Bcd221e
Octal6312215063250733154236
Binary110011101001011010001100111010101110111100110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335268; }

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

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

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

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

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

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

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

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