#386175

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

Shades of Blumine #386175

Tints of Blumine #386175

Color information

#386175 (or 0x386175) is unknown color: approx Blumine. HEX triplet: 38, 61 and 75. RGB value is (56,97,117). Sum of RGB (Red+Green+Blue) = 56+97+117=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #386175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386175 is #C79E8A. Grayscale: #565656. Windows color (decimal): -13082251 or 7692600. OLE color: 7692600.

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

Color convert

RGB5697117-
CMYK0.520.1700.54
HSL199.67º35.26%33.92%-
HSV(B)199.67º52.14%45.88%-
XYZ9.1210.6718.41-
YUV87.02144.92105.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=20.74%
G=35.93%
B=43.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56971170.520.1700.54199.6735.2633.92
Hex3861753411036c82322
Octal7014116564210663104342
Binary1110001100001111010111010010001011011011001000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386175; }

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

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

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

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

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

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

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

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