#2C5E70

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

Shades of Blumine #2C5E70

Tints of Blumine #2C5E70

Color information

#2C5E70 (or 0x2C5E70) is unknown color: approx Blumine. HEX triplet: 2C, 5E and 70. RGB value is (44,94,112). Sum of RGB (Red+Green+Blue) = 44+94+112=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C5E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5E70 is #D3A18F. Grayscale: #505050. Windows color (decimal): -13869456 or 7364140. OLE color: 7364140.

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

Color convert

RGB4494112-
CMYK0.610.1600.56
HSL195.88º43.59%30.59%-
HSV(B)195.88º60.71%43.92%-
XYZ7.979.7116.78-
YUV81.1145.44101.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=17.6%
G=37.6%
B=44.8%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44941120.610.1600.56195.8843.5930.59
Hex2C5E703D10038c42c1f
Octal5413616075200703045437
Binary101100101111011100001111011000001110001100010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,94,112); }

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

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

 a { background-color: rgb(44,94,112); }

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

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

 span { border-color: rgb(44,94,112); }

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