#2D514C

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

Shades of Blue Dianne #2D514C

Tints of Blue Dianne #2D514C

Color information

#2D514C (or 0x2D514C) is unknown color: approx Blue Dianne. HEX triplet: 2D, 51 and 4C. RGB value is (45,81,76). Sum of RGB (Red+Green+Blue) = 45+81+76=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #2D514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D514C is #D2AEB3. Grayscale: #454545. Windows color (decimal): -13807284 or 5001517. OLE color: 5001517.

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

Color convert

RGB458176-
CMYK0.4400.060.68
HSL171.67º28.57%24.71%-
HSV(B)171.67º44.44%31.76%-
XYZ5.336.967.9-
YUV69.67131.57110.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.28%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=22.28%
G=40.10%
B=37.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4581760.4400.060.68171.6728.5724.71
Hex2D514C2C0644ac1d19
Octal5512111454061042543531
Binary1011011010001100110010110001101000100101011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,81,76); }

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

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

 a { background-color: rgb(45,81,76); }

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

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

 span { border-color: rgb(45,81,76); }

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