#2D5550

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

Shades of Blue Dianne #2D5550

Tints of Blue Dianne #2D5550

Color information

#2D5550 (or 0x2D5550) is unknown color: approx Blue Dianne. HEX triplet: 2D, 55 and 50. RGB value is (45,85,80). Sum of RGB (Red+Green+Blue) = 45+85+80=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5550 is #D2AAAF. Grayscale: #484848. Windows color (decimal): -13806256 or 5264685. OLE color: 5264685.

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

Color convert

RGB458580-
CMYK0.4700.060.67
HSL172.5º30.77%25.49%-
HSV(B)172.5º47.06%33.33%-
XYZ5.787.638.76-
YUV72.47132.25108.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=21.43%
G=40.48%
B=38.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585800.4700.060.67172.530.7725.49
Hex2D55502F0643ac1f19
Octal5512512057061032543731
Binary1011011010101101000010111101101000011101011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,85,80); }

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

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

 a { background-color: rgb(45,85,80); }

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

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

 span { border-color: rgb(45,85,80); }

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