#386370

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

Shades of Blumine #386370

Tints of Blumine #386370

Color information

#386370 (or 0x386370) is unknown color: approx Blumine. HEX triplet: 38, 63 and 70. RGB value is (56,99,112). Sum of RGB (Red+Green+Blue) = 56+99+112=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #386370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386370 is #C79C8F. Grayscale: #575757. Windows color (decimal): -13081744 or 7365432. OLE color: 7365432.

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

Color convert

RGB5699112-
CMYK0.500.1200.56
HSL193.93º33.33%32.94%-
HSV(B)193.93º50%43.92%-
XYZ9.0210.9316.96-
YUV87.62141.75105.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=20.97%
G=37.08%
B=41.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56991120.500.1200.56193.9333.3332.94
Hex38637032C038c22121
Octal7014316062140703024141
Binary111000110001111100001100101100011100011000010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386370; }

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

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

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

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

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

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

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

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