#2D534F

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

Shades of Blue Dianne #2D534F

Tints of Blue Dianne #2D534F

Color information

#2D534F (or 0x2D534F) is unknown color: approx Blue Dianne. HEX triplet: 2D, 53 and 4F. RGB value is (45,83,79). Sum of RGB (Red+Green+Blue) = 45+83+79=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #2D534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D534F is #D2ACB0. Grayscale: #474747. Windows color (decimal): -13806769 or 5198637. OLE color: 5198637.

HSL color Cylindrical-coordinate representation of color #2D534F: hue angle of 173.68º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D534F is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB458379-
CMYK0.4600.050.67
HSL173.68º29.69%25.1%-
HSV(B)173.68º45.78%32.55%-
XYZ5.597.318.51-
YUV71.18132.41109.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.74%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=21.74%
G=40.10%
B=38.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4583790.4600.050.67173.6829.6925.1
Hex2D534F2E0543ae1e19
Octal5512311756051032563631
Binary1011011010011100111110111001011000011101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D534F; }

 p { color: rgb(45,83,79); }

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

<style>
 a { background-color: #2D534F; }

 a { background-color: rgb(45,83,79); }

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

<style>
 span { border-color: #2D534F; }

 span { border-color: rgb(45,83,79); }

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