#386474

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

Shades of Blumine #386474

Tints of Blumine #386474

Color information

#386474 (or 0x386474) is unknown color: approx Blumine. HEX triplet: 38, 64 and 74. RGB value is (56,100,116). Sum of RGB (Red+Green+Blue) = 56+100+116=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #386474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386474 is #C79B8B. Grayscale: #585858. Windows color (decimal): -13081484 or 7627832. OLE color: 7627832.

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

Color convert

RGB56100116-
CMYK0.520.1400.55
HSL196º34.88%33.73%-
HSV(B)196º51.72%45.49%-
XYZ9.3411.2218.2-
YUV88.67143.42104.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=20.59%
G=36.76%
B=42.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561001160.520.1400.5519634.8833.73
Hex38647434E037c42322
Octal7014416464160673044342
Binary111000110010011101001101001110011011111000100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386474; }

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

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

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

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

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

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

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

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