#3C6370

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

Shades of Blumine #3C6370

Tints of Blumine #3C6370

Color information

#3C6370 (or 0x3C6370) is unknown color: approx Blumine. HEX triplet: 3C, 63 and 70. RGB value is (60,99,112). Sum of RGB (Red+Green+Blue) = 60+99+112=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C6370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6370 is #C39C8F. Grayscale: #585858. Windows color (decimal): -12819600 or 7365436. OLE color: 7365436.

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

Color convert

RGB6099112-
CMYK0.460.1200.56
HSL195º30.23%33.73%-
HSV(B)195º46.43%43.92%-
XYZ9.2511.0516.98-
YUV88.82141.08107.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.14%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=22.14%
G=36.53%
B=41.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60991120.460.1200.5619530.2333.73
Hex3C63702EC038c31e22
Octal7414316056140703033642
Binary11110011000111110000101110110001110001100001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,99,112); }

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

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

 a { background-color: rgb(60,99,112); }

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

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

 span { border-color: rgb(60,99,112); }

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