#2C616A

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

Shades of Blumine #2C616A

Tints of Blumine #2C616A

Color information

#2C616A (or 0x2C616A) is unknown color: approx Blumine. HEX triplet: 2C, 61 and 6A. RGB value is (44,97,106). Sum of RGB (Red+Green+Blue) = 44+97+106=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C616A is #D39E95. Grayscale: #525252. Windows color (decimal): -13868694 or 6971692. OLE color: 6971692.

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

Color convert

RGB4497106-
CMYK0.580.0800.58
HSL188.71º41.33%29.41%-
HSV(B)188.71º58.49%41.57%-
XYZ7.9110.1315.17-
YUV82.18141.44100.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=17.81%
G=39.27%
B=42.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44971060.580.0800.58188.7141.3329.41
Hex2C616A3A803Abd291d
Octal5414115272100722755135
Binary10110011000011101010111010100001110101011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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