#2C616C

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

Shades of Blumine #2C616C

Tints of Blumine #2C616C

Color information

#2C616C (or 0x2C616C) is unknown color: approx Blumine. HEX triplet: 2C, 61 and 6C. RGB value is (44,97,108). Sum of RGB (Red+Green+Blue) = 44+97+108=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C616C is #D39E93. Grayscale: #525252. Windows color (decimal): -13868692 or 7102764. OLE color: 7102764.

HSL color Cylindrical-coordinate representation of color #2C616C: hue angle of 190.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C616C is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4497108-
CMYK0.590.1000.58
HSL190.31º42.11%29.8%-
HSV(B)190.31º59.26%42.35%-
XYZ8.0210.1715.73-
YUV82.41142.44100.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=17.67%
G=38.96%
B=43.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44971080.590.1000.58190.3142.1129.8
Hex2C616C3BA03Abe2a1e
Octal5414115473120722765236
Binary10110011000011101100111011101001110101011111010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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