#386779

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

Shades of Blumine #386779

Tints of Blumine #386779

Color information

#386779 (or 0x386779) is unknown color: approx Blumine. HEX triplet: 38, 67 and 79. RGB value is (56,103,121). Sum of RGB (Red+Green+Blue) = 56+103+121=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #386779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386779 is #C79886. Grayscale: #5A5A5A. Windows color (decimal): -13080711 or 7956280. OLE color: 7956280.

HSL color Cylindrical-coordinate representation of color #386779: hue angle of 196.62º 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 #386779 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56103121-
CMYK0.540.1500.53
HSL196.62º36.72%34.71%-
HSV(B)196.62º53.72%47.45%-
XYZ9.9311.9219.87-
YUV91144.93103.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=20%
G=36.79%
B=43.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561031210.540.1500.53196.6236.7234.71
Hex38677936F035c52523
Octal7014717166170653054543
Binary111000110011111110011101101111011010111000101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386779; }

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

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

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

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

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

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

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

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