#334D5F

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

Shades of Cello #334D5F

Tints of Cello #334D5F

Color information

#334D5F (or 0x334D5F) is unknown color: approx Cello. HEX triplet: 33, 4D and 5F. RGB value is (51,77,95). Sum of RGB (Red+Green+Blue) = 51+77+95=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #334D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D5F is #CCB2A0. Grayscale: #474747. Windows color (decimal): -13415073 or 6245683. OLE color: 6245683.

HSL color Cylindrical-coordinate representation of color #334D5F: hue angle of 204.55º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #334D5F is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB517795-
CMYK0.460.1900.63
HSL204.55º30.14%28.63%-
HSV(B)204.55º46.32%37.25%-
XYZ6.086.8411.83-
YUV71.28141.39113.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=22.87%
G=34.53%
B=42.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5177950.460.1900.63204.5530.1428.63
Hex334D5F2E1303Fcd1e1d
Octal6311513756230773153635
Binary11001110011011011111101110100110111111110011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,77,95); }

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

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

 a { background-color: rgb(51,77,95); }

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

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

 span { border-color: rgb(51,77,95); }

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