#2C6068

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

Shades of Blumine #2C6068

Tints of Blumine #2C6068

Color information

#2C6068 (or 0x2C6068) is unknown color: approx Blumine. HEX triplet: 2C, 60 and 68. RGB value is (44,96,104). Sum of RGB (Red+Green+Blue) = 44+96+104=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C6068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6068 is #D39F97. Grayscale: #515151. Windows color (decimal): -13868952 or 6840364. OLE color: 6840364.

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

Color convert

RGB4496104-
CMYK0.580.0800.59
HSL188º40.54%29.02%-
HSV(B)188º57.69%40.78%-
XYZ7.729.914.6-
YUV81.36140.77101.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.03%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=18.03%
G=39.34%
B=42.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44961040.580.0800.5918840.5429.02
Hex2C60683A803Bbc291d
Octal5414015072100732745135
Binary10110011000001101000111010100001110111011110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,104); }

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

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

 a { background-color: rgb(44,96,104); }

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

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

 span { border-color: rgb(44,96,104); }

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