#386574

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

Shades of Blumine #386574

Tints of Blumine #386574

Color information

#386574 (or 0x386574) is unknown color: approx Blumine. HEX triplet: 38, 65 and 74. RGB value is (56,101,116). Sum of RGB (Red+Green+Blue) = 56+101+116=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #386574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386574 is #C79A8B. Grayscale: #595959. Windows color (decimal): -13081228 or 7628088. OLE color: 7628088.

HSL color Cylindrical-coordinate representation of color #386574: hue angle of 195º 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 #386574 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB56101116-
CMYK0.520.1300.55
HSL195º34.88%33.73%-
HSV(B)195º51.72%45.49%-
XYZ9.4411.4118.23-
YUV89.26143.09104.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=20.51%
G=37.00%
B=42.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561011160.520.1300.5519534.8833.73
Hex38657434D037c32322
Octal7014516464150673034342
Binary111000110010111101001101001101011011111000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386574; }

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

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

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

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

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

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

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

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