#2C524B

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

Shades of Blue Dianne #2C524B

Tints of Blue Dianne #2C524B

Color information

#2C524B (or 0x2C524B) is unknown color: approx Blue Dianne. HEX triplet: 2C, 52 and 4B. RGB value is (44,82,75). Sum of RGB (Red+Green+Blue) = 44+82+75=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #2C524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C524B is #D3ADB4. Grayscale: #454545. Windows color (decimal): -13872565 or 4936236. OLE color: 4936236.

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

Color convert

RGB448275-
CMYK0.4600.090.68
HSL168.95º30.16%24.71%-
HSV(B)168.95º46.34%32.16%-
XYZ5.337.087.74-
YUV69.84130.91109.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=21.89%
G=40.80%
B=37.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4482750.4600.090.68168.9530.1624.71
Hex2C524B2E0944a91e19
Octal54122113560111042513631
Binary10110010100101001011101110010011000100101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,82,75); }

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

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

 a { background-color: rgb(44,82,75); }

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

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

 span { border-color: rgb(44,82,75); }

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