#334659

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

Shades of Cello #334659

Tints of Cello #334659

Color information

#334659 (or 0x334659) is unknown color: approx Cello. HEX triplet: 33, 46 and 59. RGB value is (51,70,89). Sum of RGB (Red+Green+Blue) = 51+70+89=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #334659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334659 is #CCB9A6. Grayscale: #424242. Windows color (decimal): -13416871 or 5850675. OLE color: 5850675.

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

Color convert

RGB517089-
CMYK0.430.2100.65
HSL210º27.14%27.45%-
HSV(B)210º42.7%34.9%-
XYZ5.365.8110.29-
YUV66.48140.71116.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=24.29%
G=33.33%
B=42.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5170890.430.2100.6521027.1427.45
Hex3346592B15041d21b1b
Octal63106131532501013223333
Binary110011100011010110011010111010101000001110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334659; }

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

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

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

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

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

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

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

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