#386076

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

Shades of Blumine #386076

Tints of Blumine #386076

Color information

#386076 (or 0x386076) is unknown color: approx Blumine. HEX triplet: 38, 60 and 76. RGB value is (56,96,118). Sum of RGB (Red+Green+Blue) = 56+96+118=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #386076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386076 is #C79F89. Grayscale: #565656. Windows color (decimal): -13082506 or 7757880. OLE color: 7757880.

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

Color convert

RGB5696118-
CMYK0.530.1900.54
HSL201.29º35.63%34.12%-
HSV(B)201.29º52.54%46.27%-
XYZ9.0810.5118.69-
YUV86.55145.75106.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=20.74%
G=35.56%
B=43.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56961180.530.1900.54201.2935.6334.12
Hex3860763513036c92422
Octal7014016665230663114442
Binary1110001100000111011011010110011011011011001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386076; }

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

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

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

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

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

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

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

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