#2C5C70

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

Shades of Blumine #2C5C70

Tints of Blumine #2C5C70

Color information

#2C5C70 (or 0x2C5C70) is unknown color: approx Blumine. HEX triplet: 2C, 5C and 70. RGB value is (44,92,112). Sum of RGB (Red+Green+Blue) = 44+92+112=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C5C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5C70 is #D3A38F. Grayscale: #4F4F4F. Windows color (decimal): -13869968 or 7363628. OLE color: 7363628.

HSL color Cylindrical-coordinate representation of color #2C5C70: hue angle of 197.65º 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 #2C5C70 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4492112-
CMYK0.610.1800.56
HSL197.65º43.59%30.59%-
HSV(B)197.65º60.71%43.92%-
XYZ7.799.3616.73-
YUV79.93146.1102.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.74%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=17.74%
G=37.10%
B=45.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44921120.610.1800.56197.6543.5930.59
Hex2C5C703D12038c62c1f
Octal5413416075220703065437
Binary101100101110011100001111011001001110001100011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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