#2D6071

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

Shades of Blumine #2D6071

Tints of Blumine #2D6071

Color information

#2D6071 (or 0x2D6071) is unknown color: approx Blumine. HEX triplet: 2D, 60 and 71. RGB value is (45,96,113). Sum of RGB (Red+Green+Blue) = 45+96+113=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D6071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6071 is #D29F8E. Grayscale: #525252. Windows color (decimal): -13803407 or 7430189. OLE color: 7430189.

HSL color Cylindrical-coordinate representation of color #2D6071: hue angle of 195º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6071 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4596113-
CMYK0.600.1500.56
HSL195º43.04%30.98%-
HSV(B)195º60.18%44.31%-
XYZ8.2510.1217.14-
YUV82.69145.1101.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=17.72%
G=37.80%
B=44.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45961130.600.1500.5619543.0430.98
Hex2D60713CF038c32b1f
Octal5514016174170703035337
Binary10110111000001110001111100111101110001100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,96,113); }

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

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

 a { background-color: rgb(45,96,113); }

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

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

 span { border-color: rgb(45,96,113); }

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