#34514E

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

Shades of Blue Dianne #34514E

Tints of Blue Dianne #34514E

Color information

#34514E (or 0x34514E) is unknown color: approx Blue Dianne. HEX triplet: 34, 51 and 4E. RGB value is (52,81,78). Sum of RGB (Red+Green+Blue) = 52+81+78=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #34514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34514E is #CBAEB1. Grayscale: #474747. Windows color (decimal): -13348530 or 5132596. OLE color: 5132596.

HSL color Cylindrical-coordinate representation of color #34514E: hue angle of 173.79º 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 #34514E is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB528178-
CMYK0.3600.040.68
HSL173.79º21.8%26.08%-
HSV(B)173.79º35.8%31.76%-
XYZ5.737.168.29-
YUV71.99131.39113.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=24.64%
G=38.39%
B=36.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281780.3600.040.68173.7921.826.08
Hex34514E240444ae161a
Octal6412111644041042562632
Binary1101001010001100111010010001001000100101011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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