#34544F

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

Shades of Blue Dianne #34544F

Tints of Blue Dianne #34544F

Color information

#34544F (or 0x34544F) is unknown color: approx Blue Dianne. HEX triplet: 34, 54 and 4F. RGB value is (52,84,79). Sum of RGB (Red+Green+Blue) = 52+84+79=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #34544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34544F is #CBABB0. Grayscale: #494949. Windows color (decimal): -13347761 or 5198900. OLE color: 5198900.

HSL color Cylindrical-coordinate representation of color #34544F: hue angle of 170.62º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34544F is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB528479-
CMYK0.3800.060.67
HSL170.62º23.53%26.67%-
HSV(B)170.62º38.1%32.94%-
XYZ67.648.55-
YUV73.86130.9112.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=24.19%
G=39.07%
B=36.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284790.3800.060.67170.6223.5326.67
Hex34544F260643ab181b
Octal6412411746061032533033
Binary1101001010100100111110011001101000011101010111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34544F; }

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

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

<style>
 a { background-color: #34544F; }

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

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

<style>
 span { border-color: #34544F; }

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

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