#2D534C

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

Shades of Blue Dianne #2D534C

Tints of Blue Dianne #2D534C

Color information

#2D534C (or 0x2D534C) is unknown color: approx Blue Dianne. HEX triplet: 2D, 53 and 4C. RGB value is (45,83,76). Sum of RGB (Red+Green+Blue) = 45+83+76=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #2D534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D534C is #D2ACB3. Grayscale: #464646. Windows color (decimal): -13806772 or 5002029. OLE color: 5002029.

HSL color Cylindrical-coordinate representation of color #2D534C: hue angle of 168.95º 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 #2D534C is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB458376-
CMYK0.4600.080.67
HSL168.95º29.69%25.1%-
HSV(B)168.95º45.78%32.55%-
XYZ5.487.277.95-
YUV70.84130.91109.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.06%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=22.06%
G=40.69%
B=37.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4583760.4600.080.67168.9529.6925.1
Hex2D534C2E0843a91e19
Octal55123114560101032513631
Binary10110110100111001100101110010001000011101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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