#3D6370

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

Shades of Blumine #3D6370

Tints of Blumine #3D6370

Color information

#3D6370 (or 0x3D6370) is unknown color: approx Blumine. HEX triplet: 3D, 63 and 70. RGB value is (61,99,112). Sum of RGB (Red+Green+Blue) = 61+99+112=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D6370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6370 is #C29C8F. Grayscale: #595959. Windows color (decimal): -12754064 or 7365437. OLE color: 7365437.

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

Color convert

RGB6199112-
CMYK0.460.1200.56
HSL195.29º29.48%33.92%-
HSV(B)195.29º45.54%43.92%-
XYZ9.3111.0916.98-
YUV89.12140.91107.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=22.43%
G=36.40%
B=41.18%

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
Decimal61991120.460.1200.56195.2929.4833.92
Hex3D63702EC038c31d22
Octal7514316056140703033542
Binary11110111000111110000101110110001110001100001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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