#2C514D

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

Shades of Blue Dianne #2C514D

Tints of Blue Dianne #2C514D

Color information

#2C514D (or 0x2C514D) is unknown color: approx Blue Dianne. HEX triplet: 2C, 51 and 4D. RGB value is (44,81,77). Sum of RGB (Red+Green+Blue) = 44+81+77=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #2C514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C514D is #D3AEB2. Grayscale: #454545. Windows color (decimal): -13872819 or 5067052. OLE color: 5067052.

HSL color Cylindrical-coordinate representation of color #2C514D: hue angle of 173.51º 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 #2C514D is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB448177-
CMYK0.4600.050.68
HSL173.51º29.6%24.51%-
HSV(B)173.51º45.68%31.76%-
XYZ5.326.968.08-
YUV69.48132.24109.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.78%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=21.78%
G=40.10%
B=38.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4481770.4600.050.68173.5129.624.51
Hex2C514D2E0544ae1e19
Octal5412111556051042563631
Binary1011001010001100110110111001011000100101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,77); }

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

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

 a { background-color: rgb(44,81,77); }

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

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

 span { border-color: rgb(44,81,77); }

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