#386174

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

Shades of Blumine #386174

Tints of Blumine #386174

Color information

#386174 (or 0x386174) is unknown color: approx Blumine. HEX triplet: 38, 61 and 74. RGB value is (56,97,116). Sum of RGB (Red+Green+Blue) = 56+97+116=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #386174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386174 is #C79E8B. Grayscale: #565656. Windows color (decimal): -13082252 or 7627064. OLE color: 7627064.

HSL color Cylindrical-coordinate representation of color #386174: hue angle of 199º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386174 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5697116-
CMYK0.520.1600.55
HSL199º34.88%33.73%-
HSV(B)199º51.72%45.49%-
XYZ9.0610.6518.1-
YUV86.91144.42105.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=20.82%
G=36.06%
B=43.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56971160.520.1600.5519934.8833.73
Hex3861743410037c72322
Octal7014116464200673074342
Binary1110001100001111010011010010000011011111000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386174; }

 p { color: rgb(56,97,116); }

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

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

 a { background-color: rgb(56,97,116); }

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

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

 span { border-color: rgb(56,97,116); }

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