#2D534B

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

Shades of Blue Dianne #2D534B

Tints of Blue Dianne #2D534B

Color information

#2D534B (or 0x2D534B) is unknown color: approx Blue Dianne. HEX triplet: 2D, 53 and 4B. RGB value is (45,83,75). Sum of RGB (Red+Green+Blue) = 45+83+75=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #2D534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D534B is #D2ACB4. Grayscale: #464646. Windows color (decimal): -13806773 or 4936493. OLE color: 4936493.

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

Color convert

RGB458375-
CMYK0.4600.100.67
HSL167.37º29.69%25.1%-
HSV(B)167.37º45.78%32.55%-
XYZ5.457.257.77-
YUV70.73130.41109.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.17%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=22.17%
G=40.89%
B=36.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4583750.4600.100.67167.3729.6925.1
Hex2D534B2E0A43a71e19
Octal55123113560121032473631
Binary10110110100111001011101110010101000011101001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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