#2C5551

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

Shades of Blue Dianne #2C5551

Tints of Blue Dianne #2C5551

Color information

#2C5551 (or 0x2C5551) is unknown color: approx Blue Dianne. HEX triplet: 2C, 55 and 51. RGB value is (44,85,81). Sum of RGB (Red+Green+Blue) = 44+85+81=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5551 is #D3AAAE. Grayscale: #484848. Windows color (decimal): -13871791 or 5330220. OLE color: 5330220.

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

Color convert

RGB448581-
CMYK0.4800.050.67
HSL174.15º31.78%25.29%-
HSV(B)174.15º48.24%33.33%-
XYZ5.777.638.95-
YUV72.28132.92107.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.95%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=20.95%
G=40.48%
B=38.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485810.4800.050.67174.1531.7825.29
Hex2C5551300543ae2019
Octal5412512160051032564031
Binary10110010101011010001110000010110000111010111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,81); }

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

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

 a { background-color: rgb(44,85,81); }

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

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

 span { border-color: rgb(44,85,81); }

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