#386071

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

Shades of Blumine #386071

Tints of Blumine #386071

Color information

#386071 (or 0x386071) is unknown color: approx Blumine. HEX triplet: 38, 60 and 71. RGB value is (56,96,113). Sum of RGB (Red+Green+Blue) = 56+96+113=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #386071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386071 is #C79F8E. Grayscale: #555555. Windows color (decimal): -13082511 or 7430200. OLE color: 7430200.

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

Color convert

RGB5696113-
CMYK0.500.1500.56
HSL197.89º33.73%33.14%-
HSV(B)197.89º50.44%44.31%-
XYZ8.7910.417.17-
YUV85.98143.25106.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=21.13%
G=36.23%
B=42.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56961130.500.1500.56197.8933.7333.14
Hex38607132F038c62221
Octal7014016162170703064241
Binary111000110000011100011100101111011100011000110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386071; }

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

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

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

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

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

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

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

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