#386579

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

Shades of Blumine #386579

Tints of Blumine #386579

Color information

#386579 (or 0x386579) is unknown color: approx Blumine. HEX triplet: 38, 65 and 79. RGB value is (56,101,121). Sum of RGB (Red+Green+Blue) = 56+101+121=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #386579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386579 is #C79A86. Grayscale: #595959. Windows color (decimal): -13081223 or 7955768. OLE color: 7955768.

HSL color Cylindrical-coordinate representation of color #386579: hue angle of 198.46º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386579 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56101121-
CMYK0.540.1700.53
HSL198.46º36.72%34.71%-
HSV(B)198.46º53.72%47.45%-
XYZ9.7411.5319.8-
YUV89.82145.59103.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=20.14%
G=36.33%
B=43.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561011210.540.1700.53198.4636.7234.71
Hex3865793611035c62523
Octal7014517166210653064543
Binary1110001100101111100111011010001011010111000110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386579; }

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

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

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

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

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

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

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

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