#334D6D

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

Shades of Cello #334D6D

Tints of Cello #334D6D

Color information

#334D6D (or 0x334D6D) is unknown color: approx Cello. HEX triplet: 33, 4D and 6D. RGB value is (51,77,109). Sum of RGB (Red+Green+Blue) = 51+77+109=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #334D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D6D is #CCB292. Grayscale: #484848. Windows color (decimal): -13415059 or 7163187. OLE color: 7163187.

HSL color Cylindrical-coordinate representation of color #334D6D: hue angle of 213.1º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #334D6D is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5177109-
CMYK0.530.2900.57
HSL213.1º36.25%31.37%-
HSV(B)213.1º53.21%42.75%-
XYZ6.787.1215.48-
YUV72.87148.39112.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=21.52%
G=32.49%
B=45.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51771090.530.2900.57213.136.2531.37
Hex334D6D351D039d5241f
Octal6311515565350713254437
Binary110011100110111011011101011110101110011101010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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