#34514D

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

Shades of Blue Dianne #34514D

Tints of Blue Dianne #34514D

Color information

#34514D (or 0x34514D) is unknown color: approx Blue Dianne. HEX triplet: 34, 51 and 4D. RGB value is (52,81,77). Sum of RGB (Red+Green+Blue) = 52+81+77=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #34514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34514D is #CBAEB2. Grayscale: #474747. Windows color (decimal): -13348531 or 5067060. OLE color: 5067060.

HSL color Cylindrical-coordinate representation of color #34514D: hue angle of 171.72º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34514D is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB528177-
CMYK0.3600.050.68
HSL171.72º21.8%26.08%-
HSV(B)171.72º35.8%31.76%-
XYZ5.77.158.1-
YUV71.87130.89113.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=24.76%
G=38.57%
B=36.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281770.3600.050.68171.7221.826.08
Hex34514D240544ac161a
Octal6412111544051042542632
Binary1101001010001100110110010001011000100101011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34514D; }

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

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

<style>
 a { background-color: #34514D; }

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

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

<style>
 span { border-color: #34514D; }

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

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