#334660

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

Shades of Cello #334660

Tints of Cello #334660

Color information

#334660 (or 0x334660) is unknown color: approx Cello. HEX triplet: 33, 46 and 60. RGB value is (51,70,96). Sum of RGB (Red+Green+Blue) = 51+70+96=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #334660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334660 is #CCB99F. Grayscale: #434343. Windows color (decimal): -13416864 or 6309427. OLE color: 6309427.

HSL color Cylindrical-coordinate representation of color #334660: hue angle of 214.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 #334660 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517096-
CMYK0.470.2700.62
HSL214.67º30.61%28.82%-
HSV(B)214.67º46.88%37.65%-
XYZ5.675.9311.91-
YUV67.28144.21116.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=23.50%
G=32.26%
B=44.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5170960.470.2700.62214.6730.6128.82
Hex3346602F1B03Ed71f1d
Octal6310614057330763273735
Binary11001110001101100000101111110110111110110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334660; }

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

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

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

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

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

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

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

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