#386771

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

Shades of Blumine #386771

Tints of Blumine #386771

Color information

#386771 (or 0x386771) is unknown color: approx Blumine. HEX triplet: 38, 67 and 71. RGB value is (56,103,113). Sum of RGB (Red+Green+Blue) = 56+103+113=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 103 (40.62% from 255 or 37.87% 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 #386771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386771 is #C7988E. Grayscale: #5A5A5A. Windows color (decimal): -13080719 or 7431992. OLE color: 7431992.

HSL color Cylindrical-coordinate representation of color #386771: hue angle of 190.53º 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 #386771 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB56103113-
CMYK0.500.0900.56
HSL190.53º33.73%33.14%-
HSV(B)190.53º50.44%44.31%-
XYZ9.4611.7317.39-
YUV90.09140.93103.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=20.59%
G=37.87%
B=41.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561031130.500.0900.56190.5333.7333.14
Hex386771329038bf2221
Octal7014716162110702774241
Binary111000110011111100011100101001011100010111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386771; }

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

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

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

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

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

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

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

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