#386671

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

Shades of Blumine #386671

Tints of Blumine #386671

Color information

#386671 (or 0x386671) is unknown color: approx Blumine. HEX triplet: 38, 66 and 71. RGB value is (56,102,113). Sum of RGB (Red+Green+Blue) = 56+102+113=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #386671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386671 is #C7998E. Grayscale: #595959. Windows color (decimal): -13080975 or 7431736. OLE color: 7431736.

HSL color Cylindrical-coordinate representation of color #386671: hue angle of 191.58º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386671 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB56102113-
CMYK0.500.1000.56
HSL191.58º33.73%33.14%-
HSV(B)191.58º50.44%44.31%-
XYZ9.3611.5417.36-
YUV89.5141.26104.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=20.66%
G=37.64%
B=41.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561021130.500.1000.56191.5833.7333.14
Hex38667132A038c02221
Octal7014616162120703004241
Binary111000110011011100011100101010011100011000000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386671; }

 p { color: rgb(56,102,113); }

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

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

 a { background-color: rgb(56,102,113); }

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

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

 span { border-color: rgb(56,102,113); }

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