#386873

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

Shades of Blumine #386873

Tints of Blumine #386873

Color information

#386873 (or 0x386873) is unknown color: approx Blumine. HEX triplet: 38, 68 and 73. RGB value is (56,104,115). Sum of RGB (Red+Green+Blue) = 56+104+115=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #386873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386873 is #C7978C. Grayscale: #5A5A5A. Windows color (decimal): -13080461 or 7563320. OLE color: 7563320.

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

Color convert

RGB56104115-
CMYK0.510.1000.55
HSL191.19º34.5%33.53%-
HSV(B)191.19º51.3%45.1%-
XYZ9.6811.9818.02-
YUV90.9141.6103.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=20.36%
G=37.82%
B=41.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561041150.510.1000.55191.1934.533.53
Hex38687333A037bf2322
Octal7015016363120672774342
Binary111000110100011100111100111010011011110111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386873; }

 p { color: rgb(56,104,115); }

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

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

 a { background-color: rgb(56,104,115); }

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

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

 span { border-color: rgb(56,104,115); }

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