Html Css Color HEX #2B5955 Blue Dianne

📋 copy color: '#2B5955'

red 43 ◦ green 89 ◦ blue 85

#2B5955
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #2B5955

Tints of Blue Dianne #2B5955

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 value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#2B5955 (or 0x2B5955) is known color: 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

RGB 43 89 85 -
CMYK 0.52 0 0.04 0.65
HSL 174.78º 0.35% 0.26% -
HSV(B) 174.78º 0.52% 0.35% -
XYZ 6.21 8.31 9.87 -
YUV 74.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 43 89 85 0.52 0 0.04 0.65 174.78 0.35 0.26
Hex 2B 59 55 34 0 4 41 AF 23 1A
Octal 53 131 125 64 0 4 101 257 43 32
Binary 101011 1011001 1010101 110100 0 100 1000001 10101111 100011 11010

Color Harmonies of #2B5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5955

Black with #2B5955

Text Example


Text Example

White with #2B5955

Text Example


Text Example

HTML Codes & Css Web 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>