#386172

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

Shades of Blumine #386172

Tints of Blumine #386172

Color information

#386172 (or 0x386172) is unknown color: approx Blumine. HEX triplet: 38, 61 and 72. RGB value is (56,97,114). Sum of RGB (Red+Green+Blue) = 56+97+114=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #386172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386172 is #C79E8D. Grayscale: #565656. Windows color (decimal): -13082254 or 7495992. OLE color: 7495992.

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

Color convert

RGB5697114-
CMYK0.510.1500.55
HSL197.59º34.12%33.33%-
HSV(B)197.59º50.88%44.71%-
XYZ8.9410.6117.5-
YUV86.68143.42106.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=20.97%
G=36.33%
B=42.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56971140.510.1500.55197.5934.1233.33
Hex38617233F037c62221
Octal7014116263170673064241
Binary111000110000111100101100111111011011111000110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386172; }

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

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

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

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

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

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

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

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