#2D6773

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

Shades of Blumine #2D6773

Tints of Blumine #2D6773

Color information

#2D6773 (or 0x2D6773) is unknown color: approx Blumine. HEX triplet: 2D, 67 and 73. RGB value is (45,103,115). Sum of RGB (Red+Green+Blue) = 45+103+115=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D6773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6773 is #D2988C. Grayscale: #565656. Windows color (decimal): -13801613 or 7563053. OLE color: 7563053.

HSL color Cylindrical-coordinate representation of color #2D6773: hue angle of 190.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D6773 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB45103115-
CMYK0.610.1000.55
HSL190.29º43.75%31.37%-
HSV(B)190.29º60.87%45.1%-
XYZ9.0311.517.96-
YUV87.03143.7898.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.11%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=17.11%
G=39.16%
B=43.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal451031150.610.1000.55190.2943.7531.37
Hex2D67733DA037be2c1f
Octal5514716375120672765437
Binary10110111001111110011111101101001101111011111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,103,115); }

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

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

 a { background-color: rgb(45,103,115); }

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

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

 span { border-color: rgb(45,103,115); }

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