#334E4D

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

Shades of Blue Dianne #334E4D

Tints of Blue Dianne #334E4D

Color information

#334E4D (or 0x334E4D) is unknown color: approx Blue Dianne. HEX triplet: 33, 4E and 4D. RGB value is (51,78,77). Sum of RGB (Red+Green+Blue) = 51+78+77=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #334E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E4D is #CCB1B2. Grayscale: #454545. Windows color (decimal): -13414835 or 5066291. OLE color: 5066291.

HSL color Cylindrical-coordinate representation of color #334E4D: hue angle of 177.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334E4D is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB517877-
CMYK0.3500.010.69
HSL177.78º20.93%25.29%-
HSV(B)177.78º34.62%30.59%-
XYZ5.436.698.03-
YUV69.81132.05114.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=24.76%
G=37.86%
B=37.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5178770.3500.010.69177.7820.9325.29
Hex334E4D230145b21519
Octal6311611543011052622531
Binary11001110011101001101100011011000101101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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