#334859

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

Shades of Cello #334859

Tints of Cello #334859

Color information

#334859 (or 0x334859) is unknown color: approx Cello. HEX triplet: 33, 48 and 59. RGB value is (51,72,89). Sum of RGB (Red+Green+Blue) = 51+72+89=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #334859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334859 is #CCB7A6. Grayscale: #434343. Windows color (decimal): -13416359 or 5851187. OLE color: 5851187.

HSL color Cylindrical-coordinate representation of color #334859: hue angle of 206.84º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334859 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB517289-
CMYK0.430.1900.65
HSL206.84º27.14%27.45%-
HSV(B)206.84º42.7%34.9%-
XYZ5.496.0610.33-
YUV67.66140.04116.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=24.06%
G=33.96%
B=41.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5172890.430.1900.65206.8427.1427.45
Hex3348592B13041cf1b1b
Octal63110131532301013173333
Binary110011100100010110011010111001101000001110011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334859; }

 p { color: rgb(51,72,89); }

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

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

 a { background-color: rgb(51,72,89); }

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

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

 span { border-color: rgb(51,72,89); }

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