#2B5752

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

Shades of Blue Dianne #2B5752

Tints of Blue Dianne #2B5752

Color information

#2B5752 (or 0x2B5752) is unknown color: approx Blue Dianne. HEX triplet: 2B, 57 and 52. RGB value is (43,87,82). Sum of RGB (Red+Green+Blue) = 43+87+82=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #2B5752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5752 is #D4A8AD. Grayscale: #494949. Windows color (decimal): -13936814 or 5396267. OLE color: 5396267.

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

Color convert

RGB438782-
CMYK0.5100.060.66
HSL173.18º33.85%25.49%-
HSV(B)173.18º50.57%34.12%-
XYZ5.937.949.2-
YUV73.27132.92106.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.28%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=20.28%
G=41.04%
B=38.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4387820.5100.060.66173.1833.8525.49
Hex2B5752330642ad2219
Octal5312712263061022554231
Binary10101110101111010010110011011010000101010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,82); }

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

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

 a { background-color: rgb(43,87,82); }

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

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

 span { border-color: rgb(43,87,82); }

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