#2C6173

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

Shades of Blumine #2C6173

Tints of Blumine #2C6173

Color information

#2C6173 (or 0x2C6173) is unknown color: approx Blumine. HEX triplet: 2C, 61 and 73. RGB value is (44,97,115). Sum of RGB (Red+Green+Blue) = 44+97+115=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C6173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6173 is #D39E8C. Grayscale: #535353. Windows color (decimal): -13868685 or 7561516. OLE color: 7561516.

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

Color convert

RGB4497115-
CMYK0.620.1600.55
HSL195.21º44.65%31.18%-
HSV(B)195.21º61.74%45.1%-
XYZ8.4110.3217.77-
YUV83.2145.94100.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=17.19%
G=37.89%
B=44.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44971150.620.1600.55195.2144.6531.18
Hex2C61733E10037c32d1f
Octal5414116376200673035537
Binary101100110000111100111111101000001101111100001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,115); }

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

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

 a { background-color: rgb(44,97,115); }

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

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

 span { border-color: rgb(44,97,115); }

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