#3D6374

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

Shades of Blumine #3D6374

Tints of Blumine #3D6374

Color information

#3D6374 (or 0x3D6374) is unknown color: approx Blumine. HEX triplet: 3D, 63 and 74. RGB value is (61,99,116). Sum of RGB (Red+Green+Blue) = 61+99+116=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 99 (39.06% from 255 or 35.87% 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 #3D6374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6374 is #C29C8B. Grayscale: #595959. Windows color (decimal): -12754060 or 7627581. OLE color: 7627581.

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

Color convert

RGB6199116-
CMYK0.470.1500.55
HSL198.55º31.07%34.71%-
HSV(B)198.55º47.41%45.49%-
XYZ9.5411.1818.18-
YUV89.58142.91107.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=22.10%
G=35.87%
B=42.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61991160.470.1500.55198.5531.0734.71
Hex3D63742FF037c71f23
Octal7514316457170673073743
Binary11110111000111110100101111111101101111100011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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