#335367

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

Shades of Cello #335367

Tints of Cello #335367

Color information

#335367 (or 0x335367) is unknown color: approx Cello. HEX triplet: 33, 53 and 67. RGB value is (51,83,103). Sum of RGB (Red+Green+Blue) = 51+83+103=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #335367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335367 is #CCAC98. Grayscale: #4B4B4B. Windows color (decimal): -13413529 or 6771507. OLE color: 6771507.

HSL color Cylindrical-coordinate representation of color #335367: hue angle of 203.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335367 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5183103-
CMYK0.500.1900.60
HSL203.08º33.77%30.2%-
HSV(B)203.08º50.49%40.39%-
XYZ6.917.8713.99-
YUV75.71143.4110.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=21.52%
G=35.02%
B=43.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51831030.500.1900.60203.0833.7730.2
Hex335367321303Ccb221e
Octal6312314762230743134236
Binary110011101001111001111100101001101111001100101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335367; }

 p { color: rgb(51,83,103); }

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

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

 a { background-color: rgb(51,83,103); }

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

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

 span { border-color: rgb(51,83,103); }

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