#3D6271

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

Shades of Blumine #3D6271

Tints of Blumine #3D6271

Color information

#3D6271 (or 0x3D6271) is unknown color: approx Blumine. HEX triplet: 3D, 62 and 71. RGB value is (61,98,113). Sum of RGB (Red+Green+Blue) = 61+98+113=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6271 is #C29D8E. Grayscale: #585858. Windows color (decimal): -12754319 or 7430717. OLE color: 7430717.

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

Color convert

RGB6198113-
CMYK0.460.1300.56
HSL197.31º29.89%34.12%-
HSV(B)197.31º46.02%44.31%-
XYZ9.2710.9217.24-
YUV88.65141.74108.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=22.43%
G=36.03%
B=41.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61981130.460.1300.56197.3129.8934.12
Hex3D62712ED038c51e22
Octal7514216156150703053642
Binary11110111000101110001101110110101110001100010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,113); }

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

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

 a { background-color: rgb(61,98,113); }

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

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

 span { border-color: rgb(61,98,113); }

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