#334960

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

Shades of Cello #334960

Tints of Cello #334960

Color information

#334960 (or 0x334960) is unknown color: approx Cello. HEX triplet: 33, 49 and 60. RGB value is (51,73,96). Sum of RGB (Red+Green+Blue) = 51+73+96=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #334960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334960 is #CCB69F. Grayscale: #444444. Windows color (decimal): -13416096 or 6310195. OLE color: 6310195.

HSL color Cylindrical-coordinate representation of color #334960: hue angle of 210.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334960 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517396-
CMYK0.470.2400.62
HSL210.67º30.61%28.82%-
HSV(B)210.67º46.88%37.65%-
XYZ5.866.3111.98-
YUV69.04143.21115.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=23.18%
G=33.18%
B=43.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5173960.470.2400.62210.6730.6128.82
Hex3349602F1803Ed31f1d
Octal6311114057300763233735
Binary11001110010011100000101111110000111110110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334960; }

 p { color: rgb(51,73,96); }

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

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

 a { background-color: rgb(51,73,96); }

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

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

 span { border-color: rgb(51,73,96); }

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