#2B5955

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

Shades of Blue Dianne #2B5955

Tints of Blue Dianne #2B5955

Color information

#2B5955 (or 0x2B5955) is unknown color: approx Blue Dianne. HEX triplet: 2B, 59 and 55. RGB value is (43,89,85). Sum of RGB (Red+Green+Blue) = 43+89+85=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5955 is #D4A6AA. Grayscale: #4A4A4A. Windows color (decimal): -13936299 or 5593387. OLE color: 5593387.

HSL color Cylindrical-coordinate representation of color #2B5955: hue angle of 174.78º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5955 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB438985-
CMYK0.5200.040.65
HSL174.78º34.85%25.88%-
HSV(B)174.78º51.69%34.9%-
XYZ6.218.319.87-
YUV74.79133.76105.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=19.82%
G=41.01%
B=39.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389850.5200.040.65174.7834.8525.88
Hex2B5955340441af231a
Octal5313112564041012574332
Binary10101110110011010101110100010010000011010111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,85); }

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

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

 a { background-color: rgb(43,89,85); }

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

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

 span { border-color: rgb(43,89,85); }

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