#386676

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

Shades of Blumine #386676

Tints of Blumine #386676

Color information

#386676 (or 0x386676) is unknown color: approx Blumine. HEX triplet: 38, 66 and 76. RGB value is (56,102,118). Sum of RGB (Red+Green+Blue) = 56+102+118=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #386676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386676 is #C79989. Grayscale: #595959. Windows color (decimal): -13080970 or 7759416. OLE color: 7759416.

HSL color Cylindrical-coordinate representation of color #386676: hue angle of 195.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386676 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56102118-
CMYK0.530.1400.54
HSL195.48º35.63%34.12%-
HSV(B)195.48º52.54%46.27%-
XYZ9.6511.6518.88-
YUV90.07143.76103.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=20.29%
G=36.96%
B=42.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561021180.530.1400.54195.4835.6334.12
Hex38667635E036c32422
Octal7014616665160663034442
Binary111000110011011101101101011110011011011000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386676; }

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

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

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

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

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

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

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

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