#334D5C

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

Shades of Cello #334D5C

Tints of Cello #334D5C

Color information

#334D5C (or 0x334D5C) is unknown color: approx Cello. HEX triplet: 33, 4D and 5C. RGB value is (51,77,92). Sum of RGB (Red+Green+Blue) = 51+77+92=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #334D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D5C is #CCB2A3. Grayscale: #464646. Windows color (decimal): -13415076 or 6049075. OLE color: 6049075.

HSL color Cylindrical-coordinate representation of color #334D5C: hue angle of 201.95º 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 #334D5C is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB517792-
CMYK0.450.1600.64
HSL201.95º28.67%28.04%-
HSV(B)201.95º44.57%36.08%-
XYZ5.956.7811.12-
YUV70.94139.89113.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=23.18%
G=35%
B=41.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5177920.450.1600.64201.9528.6728.04
Hex334D5C2D10040ca1d1c
Octal63115134552001003123534
Binary110011100110110111001011011000001000000110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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