#3C6474

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

Shades of Blumine #3C6474

Tints of Blumine #3C6474

Color information

#3C6474 (or 0x3C6474) is unknown color: approx Blumine. HEX triplet: 3C, 64 and 74. RGB value is (60,100,116). Sum of RGB (Red+Green+Blue) = 60+100+116=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C6474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6474 is #C39B8B. Grayscale: #595959. Windows color (decimal): -12819340 or 7627836. OLE color: 7627836.

HSL color Cylindrical-coordinate representation of color #3C6474: hue angle of 197.14º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C6474 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB60100116-
CMYK0.480.1400.55
HSL197.14º31.82%34.51%-
HSV(B)197.14º48.28%45.49%-
XYZ9.5711.3418.21-
YUV89.86142.75106.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=21.74%
G=36.23%
B=42.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601001160.480.1400.55197.1431.8234.51
Hex3C647430E037c52023
Octal7414416460160673054043
Binary111100110010011101001100001110011011111000101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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