#386170

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

Shades of Blumine #386170

Tints of Blumine #386170

Color information

#386170 (or 0x386170) is unknown color: approx Blumine. HEX triplet: 38, 61 and 70. RGB value is (56,97,112). Sum of RGB (Red+Green+Blue) = 56+97+112=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #386170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386170 is #C79E8F. Grayscale: #565656. Windows color (decimal): -13082256 or 7364920. OLE color: 7364920.

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

Color convert

RGB5697112-
CMYK0.500.1300.56
HSL196.07º33.33%32.94%-
HSV(B)196.07º50%43.92%-
XYZ8.8310.5616.9-
YUV86.45142.42106.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=21.13%
G=36.60%
B=42.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56971120.500.1300.56196.0733.3332.94
Hex38617032D038c42121
Octal7014116062150703044141
Binary111000110000111100001100101101011100011000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386170; }

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

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

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

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

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

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

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

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