#386673

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

Shades of Blumine #386673

Tints of Blumine #386673

Color information

#386673 (or 0x386673) is unknown color: approx Blumine. HEX triplet: 38, 66 and 73. RGB value is (56,102,115). Sum of RGB (Red+Green+Blue) = 56+102+115=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #386673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386673 is #C7998C. Grayscale: #595959. Windows color (decimal): -13080973 or 7562808. OLE color: 7562808.

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

Color convert

RGB56102115-
CMYK0.510.1100.55
HSL193.22º34.5%33.53%-
HSV(B)193.22º51.3%45.1%-
XYZ9.4811.5817.96-
YUV89.73142.26103.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=20.51%
G=37.36%
B=42.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561021150.510.1100.55193.2234.533.53
Hex38667333B037c12322
Octal7014616363130673014342
Binary111000110011011100111100111011011011111000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386673; }

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

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

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

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

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

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

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

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