#3F6173

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

Shades of Blumine #3F6173

Tints of Blumine #3F6173

Color information

#3F6173 (or 0x3F6173) is unknown color: approx Blumine. HEX triplet: 3F, 61 and 73. RGB value is (63,97,115). Sum of RGB (Red+Green+Blue) = 63+97+115=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6173 is #C09E8C. Grayscale: #585858. Windows color (decimal): -12623501 or 7561535. OLE color: 7561535.

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

Color convert

RGB6397115-
CMYK0.450.1600.55
HSL200.77º29.21%34.9%-
HSV(B)200.77º45.22%45.1%-
XYZ9.4210.8417.82-
YUV88.89142.74109.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.91%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=22.91%
G=35.27%
B=41.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63971150.450.1600.55200.7729.2134.9
Hex3F61732D10037c91d23
Octal7714116355200673113543
Binary111111110000111100111011011000001101111100100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,115); }

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

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

 a { background-color: rgb(63,97,115); }

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

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

 span { border-color: rgb(63,97,115); }

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