#2B524C

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

Shades of Blue Dianne #2B524C

Tints of Blue Dianne #2B524C

Color information

#2B524C (or 0x2B524C) is unknown color: approx Blue Dianne. HEX triplet: 2B, 52 and 4C. RGB value is (43,82,76). Sum of RGB (Red+Green+Blue) = 43+82+76=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #2B524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B524C is #D4ADB3. Grayscale: #454545. Windows color (decimal): -13938100 or 5001771. OLE color: 5001771.

HSL color Cylindrical-coordinate representation of color #2B524C: hue angle of 170.77º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B524C is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB438276-
CMYK0.4800.070.68
HSL170.77º31.2%24.51%-
HSV(B)170.77º47.56%32.16%-
XYZ5.327.077.92-
YUV69.66131.58108.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.39%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=21.39%
G=40.80%
B=37.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4382760.4800.070.68170.7731.224.51
Hex2B524C300744ab1f19
Octal5312211460071042533731
Binary1010111010010100110011000001111000100101010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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