#34534E

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

Shades of Blue Dianne #34534E

Tints of Blue Dianne #34534E

Color information

#34534E (or 0x34534E) is unknown color: approx Blue Dianne. HEX triplet: 34, 53 and 4E. RGB value is (52,83,78). Sum of RGB (Red+Green+Blue) = 52+83+78=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #34534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34534E is #CBACB1. Grayscale: #494949. Windows color (decimal): -13348018 or 5133108. OLE color: 5133108.

HSL color Cylindrical-coordinate representation of color #34534E: hue angle of 170.32º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34534E is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB528378-
CMYK0.3700.060.67
HSL170.32º22.96%26.47%-
HSV(B)170.32º37.35%32.55%-
XYZ5.887.478.34-
YUV73.16130.73112.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=24.41%
G=38.97%
B=36.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283780.3700.060.67170.3222.9626.47
Hex34534E250643aa171a
Octal6412311645061032522732
Binary1101001010011100111010010101101000011101010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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