Html Css Color HEX #2B5650 Blue Dianne

📋 copy color: '#2B5650'

red 43 ◦ green 86 ◦ blue 80

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

Shades of Blue Dianne #2B5650

Tints of Blue Dianne #2B5650

RGB

 RED value IS 43 (17.19% from 255) = 20.57%

 GREEN value IS 86 (33.98% from 255) = 41.15%

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 20.57%
G = 41.15%
B = 38.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#2B5650 (or 0x2B5650) is known color: Blue Dianne. HEX triplet: 2B, 56 and 50. RGB value is (43,86,80). Sum of RGB (Red+Green+Blue) = 43+86+80=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5650 is #D4A9AF. Grayscale: #484848. Windows color (decimal): -13937072 or 5264939. OLE color: 5264939.

HSL color Cylindrical-coordinate representation of color #2B5650: hue angle of 171.63º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B5650 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 86 80 -
CMYK 0.50 0 0.07 0.66
HSL 171.63º 0.33% 0.25% -
HSV(B) 171.63º 0.5% 0.34% -
XYZ 5.77 7.75 8.78 -
YUV 72.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 43 86 80 0.50 0 0.07 0.66 171.63 0.33 0.25
Hex 2B 56 50 32 0 7 42 AC 21 19
Octal 53 126 120 62 0 7 102 254 41 31
Binary 101011 1010110 1010000 110010 0 111 1000010 10101100 100001 11001

Color Harmonies of #2B5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5650

Black with #2B5650

Text Example


Text Example

White with #2B5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,86,80); }

 H1.HeaderClassName
 {
   color: #2B5650;
 }
 .AnyTagClassName
 {
   color: #2B5650;
 }
</style>

background-color css

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

 a { background-color: rgb(43,86,80); }

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

border-color css

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

 span { border-color: rgb(43,86,80); }

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