#2D5450

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

Shades of Blue Dianne #2D5450

Tints of Blue Dianne #2D5450

Color information

#2D5450 (or 0x2D5450) is unknown color: approx Blue Dianne. HEX triplet: 2D, 54 and 50. RGB value is (45,84,80). Sum of RGB (Red+Green+Blue) = 45+84+80=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5450 is #D2ABAF. Grayscale: #474747. Windows color (decimal): -13806512 or 5264429. OLE color: 5264429.

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

Color convert

RGB458480-
CMYK0.4600.050.67
HSL173.85º30.23%25.29%-
HSV(B)173.85º46.43%32.94%-
XYZ5.77.488.73-
YUV71.88132.58108.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=21.53%
G=40.19%
B=38.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584800.4600.050.67173.8530.2325.29
Hex2D54502E0543ae1e19
Octal5512412056051032563631
Binary1011011010100101000010111001011000011101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,80); }

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

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

 a { background-color: rgb(45,84,80); }

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

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

 span { border-color: rgb(45,84,80); }

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