#334759

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

Shades of Cello #334759

Tints of Cello #334759

Color information

#334759 (or 0x334759) is unknown color: approx Cello. HEX triplet: 33, 47 and 59. RGB value is (51,71,89). Sum of RGB (Red+Green+Blue) = 51+71+89=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #334759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334759 is #CCB8A6. Grayscale: #424242. Windows color (decimal): -13416615 or 5850931. OLE color: 5850931.

HSL color Cylindrical-coordinate representation of color #334759: hue angle of 208.42º 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 #334759 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB517189-
CMYK0.430.2000.65
HSL208.42º27.14%27.45%-
HSV(B)208.42º42.7%34.9%-
XYZ5.425.9310.31-
YUV67.07140.37116.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=24.17%
G=33.65%
B=42.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5171890.430.2000.65208.4227.1427.45
Hex3347592B14041d01b1b
Octal63107131532401013203333
Binary110011100011110110011010111010001000001110100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334759; }

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

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

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

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

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

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

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

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