#334E4C

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

Shades of Blue Dianne #334E4C

Tints of Blue Dianne #334E4C

Color information

#334E4C (or 0x334E4C) is unknown color: approx Blue Dianne. HEX triplet: 33, 4E and 4C. RGB value is (51,78,76). Sum of RGB (Red+Green+Blue) = 51+78+76=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #334E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E4C is #CCB1B3. Grayscale: #454545. Windows color (decimal): -13414836 or 5000755. OLE color: 5000755.

HSL color Cylindrical-coordinate representation of color #334E4C: hue angle of 175.56º 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 #334E4C is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB517876-
CMYK0.3500.030.69
HSL175.56º20.93%25.29%-
HSV(B)175.56º34.62%30.59%-
XYZ5.396.677.84-
YUV69.7131.55114.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=24.88%
G=38.05%
B=37.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5178760.3500.030.69175.5620.9325.29
Hex334E4C230345b01519
Octal6311611443031052602531
Binary110011100111010011001000110111000101101100001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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