#334A59

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

Shades of Cello #334A59

Tints of Cello #334A59

Color information

#334A59 (or 0x334A59) is unknown color: approx Cello. HEX triplet: 33, 4A and 59. RGB value is (51,74,89). Sum of RGB (Red+Green+Blue) = 51+74+89=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #334A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A59 is #CCB5A6. Grayscale: #444444. Windows color (decimal): -13415847 or 5851699. OLE color: 5851699.

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

Color convert

RGB517489-
CMYK0.430.1700.65
HSL203.68º27.14%27.45%-
HSV(B)203.68º42.7%34.9%-
XYZ5.626.3210.38-
YUV68.83139.38115.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=23.83%
G=34.58%
B=41.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5174890.430.1700.65203.6827.1427.45
Hex334A592B11041cc1b1b
Octal63112131532101013143333
Binary110011100101010110011010111000101000001110011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334A59; }

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

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

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

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

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

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

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

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