#334F5D

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

Shades of Cello #334F5D

Tints of Cello #334F5D

Color information

#334F5D (or 0x334F5D) is unknown color: approx Cello. HEX triplet: 33, 4F and 5D. RGB value is (51,79,93). Sum of RGB (Red+Green+Blue) = 51+79+93=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #334F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F5D is #CCB0A2. Grayscale: #484848. Windows color (decimal): -13414563 or 6115123. OLE color: 6115123.

HSL color Cylindrical-coordinate representation of color #334F5D: hue angle of 200º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #334F5D is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB517993-
CMYK0.450.1500.64
HSL200º29.17%28.24%-
HSV(B)200º45.16%36.47%-
XYZ6.147.0911.4-
YUV72.22139.72112.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=22.87%
G=35.43%
B=41.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5179930.450.1500.6420029.1728.24
Hex334F5D2DF040c81d1c
Octal63117135551701003103534
Binary11001110011111011101101101111101000000110010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,79,93); }

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

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

 a { background-color: rgb(51,79,93); }

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

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

 span { border-color: rgb(51,79,93); }

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