#344E4D

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

Shades of Blue Dianne #344E4D

Tints of Blue Dianne #344E4D

Color information

#344E4D (or 0x344E4D) is unknown color: approx Blue Dianne. HEX triplet: 34, 4E and 4D. RGB value is (52,78,77). Sum of RGB (Red+Green+Blue) = 52+78+77=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #344E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E4D is #CBB1B2. Grayscale: #464646. Windows color (decimal): -13349299 or 5066292. OLE color: 5066292.

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

Color convert

RGB527877-
CMYK0.3300.010.69
HSL177.69º20%25.49%-
HSV(B)177.69º33.33%30.59%-
XYZ5.486.718.03-
YUV70.11131.89115.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=25.12%
G=37.68%
B=37.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278770.3300.010.69177.692025.49
Hex344E4D210145b21419
Octal6411611541011052622431
Binary11010010011101001101100001011000101101100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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