#344E4B

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

Shades of Blue Dianne #344E4B

Tints of Blue Dianne #344E4B

Color information

#344E4B (or 0x344E4B) is unknown color: approx Blue Dianne. HEX triplet: 34, 4E and 4B. RGB value is (52,78,75). Sum of RGB (Red+Green+Blue) = 52+78+75=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #344E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E4B is #CBB1B4. Grayscale: #454545. Windows color (decimal): -13349301 or 4935220. OLE color: 4935220.

HSL color Cylindrical-coordinate representation of color #344E4B: hue angle of 173.08º 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 #344E4B is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB527875-
CMYK0.3300.040.69
HSL173.08º20%25.49%-
HSV(B)173.08º33.33%30.59%-
XYZ5.416.697.66-
YUV69.88130.89115.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=25.37%
G=38.05%
B=36.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278750.3300.040.69173.082025.49
Hex344E4B210445ad1419
Octal6411611341041052552431
Binary1101001001110100101110000101001000101101011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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