#2B5650

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

Shades of Blue Dianne #2B5650

Tints of Blue Dianne #2B5650

Color information

#2B5650 (or 0x2B5650) is unknown color: approx 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

RGB438680-
CMYK0.5000.070.66
HSL171.63º33.33%25.29%-
HSV(B)171.63º50%33.73%-
XYZ5.777.758.78-
YUV72.46132.25106.99-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4386800.5000.070.66171.6333.3325.29
Hex2B5650320742ac2119
Octal5312612062071022544131
Binary10101110101101010000110010011110000101010110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>