#3C6471

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

Shades of Blumine #3C6471

Tints of Blumine #3C6471

Color information

#3C6471 (or 0x3C6471) is unknown color: approx Blumine. HEX triplet: 3C, 64 and 71. RGB value is (60,100,113). Sum of RGB (Red+Green+Blue) = 60+100+113=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C6471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6471 is #C39B8E. Grayscale: #595959. Windows color (decimal): -12819343 or 7431228. OLE color: 7431228.

HSL color Cylindrical-coordinate representation of color #3C6471: hue angle of 194.72º 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 #3C6471 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB60100113-
CMYK0.470.1200.56
HSL194.72º30.64%33.92%-
HSV(B)194.72º46.9%44.31%-
XYZ9.411.2717.3-
YUV89.52141.25106.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=21.98%
G=36.63%
B=41.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal601001130.470.1200.56194.7230.6433.92
Hex3C64712FC038c31f22
Octal7414416157140703033742
Binary11110011001001110001101111110001110001100001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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