#344F4A

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

Shades of Blue Dianne #344F4A

Tints of Blue Dianne #344F4A

Color information

#344F4A (or 0x344F4A) is unknown color: approx Blue Dianne. HEX triplet: 34, 4F and 4A. RGB value is (52,79,74). Sum of RGB (Red+Green+Blue) = 52+79+74=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #344F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F4A is #CBB0B5. Grayscale: #464646. Windows color (decimal): -13349046 or 4869940. OLE color: 4869940.

HSL color Cylindrical-coordinate representation of color #344F4A: hue angle of 168.89º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #344F4A is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB527974-
CMYK0.3400.060.69
HSL168.89º20.61%25.69%-
HSV(B)168.89º34.18%30.98%-
XYZ5.456.827.51-
YUV70.36130.05114.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=25.37%
G=38.54%
B=36.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279740.3400.060.69168.8920.6125.69
Hex344F4A220645a9151a
Octal6411711242061052512532
Binary1101001001111100101010001001101000101101010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,79,74); }

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

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

 a { background-color: rgb(52,79,74); }

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

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

 span { border-color: rgb(52,79,74); }

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