#386571

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

Shades of Blumine #386571

Tints of Blumine #386571

Color information

#386571 (or 0x386571) is unknown color: approx Blumine. HEX triplet: 38, 65 and 71. RGB value is (56,101,113). Sum of RGB (Red+Green+Blue) = 56+101+113=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #386571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386571 is #C79A8E. Grayscale: #585858. Windows color (decimal): -13081231 or 7431480. OLE color: 7431480.

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

Color convert

RGB56101113-
CMYK0.500.1100.56
HSL192.63º33.73%33.14%-
HSV(B)192.63º50.44%44.31%-
XYZ9.2711.3417.32-
YUV88.91141.59104.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=20.74%
G=37.41%
B=41.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561011130.500.1100.56192.6333.7333.14
Hex38657132B038c12221
Octal7014516162130703014241
Binary111000110010111100011100101011011100011000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386571; }

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

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

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

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

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

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

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

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