#386679

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

Shades of Blumine #386679

Tints of Blumine #386679

Color information

#386679 (or 0x386679) is unknown color: approx Blumine. HEX triplet: 38, 66 and 79. RGB value is (56,102,121). Sum of RGB (Red+Green+Blue) = 56+102+121=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #386679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386679 is #C79986. Grayscale: #5A5A5A. Windows color (decimal): -13080967 or 7956024. OLE color: 7956024.

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

Color convert

RGB56102121-
CMYK0.540.1600.53
HSL197.54º36.72%34.71%-
HSV(B)197.54º53.72%47.45%-
XYZ9.8311.7219.83-
YUV90.41145.26103.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=20.07%
G=36.56%
B=43.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561021210.540.1600.53197.5436.7234.71
Hex3866793610035c62523
Octal7014617166200653064543
Binary1110001100110111100111011010000011010111000110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386679; }

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

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

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

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

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

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

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

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