#3C6071

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

Shades of Blumine #3C6071

Tints of Blumine #3C6071

Color information

#3C6071 (or 0x3C6071) is unknown color: approx Blumine. HEX triplet: 3C, 60 and 71. RGB value is (60,96,113). Sum of RGB (Red+Green+Blue) = 60+96+113=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C6071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6071 is #C39F8E. Grayscale: #575757. Windows color (decimal): -12820367 or 7430204. OLE color: 7430204.

HSL color Cylindrical-coordinate representation of color #3C6071: hue angle of 199.25º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C6071 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6096113-
CMYK0.470.1500.56
HSL199.25º30.64%33.92%-
HSV(B)199.25º46.9%44.31%-
XYZ9.0310.5217.18-
YUV87.17142.57108.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.30%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=22.30%
G=35.69%
B=42.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60961130.470.1500.56199.2530.6433.92
Hex3C60712FF038c71f22
Octal7414016157170703073742
Binary11110011000001110001101111111101110001100011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C6071; }

 p { color: rgb(60,96,113); }

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

<style>
 a { background-color: #3C6071; }

 a { background-color: rgb(60,96,113); }

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

<style>
 span { border-color: #3C6071; }

 span { border-color: rgb(60,96,113); }

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