#386070

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

Shades of Blumine #386070

Tints of Blumine #386070

Color information

#386070 (or 0x386070) is unknown color: approx Blumine. HEX triplet: 38, 60 and 70. RGB value is (56,96,112). Sum of RGB (Red+Green+Blue) = 56+96+112=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #386070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386070 is #C79F8F. Grayscale: #555555. Windows color (decimal): -13082512 or 7364664. OLE color: 7364664.

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

Color convert

RGB5696112-
CMYK0.500.1400.56
HSL197.14º33.33%32.94%-
HSV(B)197.14º50%43.92%-
XYZ8.7410.3816.87-
YUV85.86142.75106.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=21.21%
G=36.36%
B=42.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56961120.500.1400.56197.1433.3332.94
Hex38607032E038c52121
Octal7014016062160703054141
Binary111000110000011100001100101110011100011000101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386070; }

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

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

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

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

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

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

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

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