#386773

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

Shades of Blumine #386773

Tints of Blumine #386773

Color information

#386773 (or 0x386773) is unknown color: approx Blumine. HEX triplet: 38, 67 and 73. RGB value is (56,103,115). Sum of RGB (Red+Green+Blue) = 56+103+115=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #386773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386773 is #C7988C. Grayscale: #5A5A5A. Windows color (decimal): -13080717 or 7563064. OLE color: 7563064.

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

Color convert

RGB56103115-
CMYK0.510.1000.55
HSL192.2º34.5%33.53%-
HSV(B)192.2º51.3%45.1%-
XYZ9.5811.7817.99-
YUV90.32141.93103.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=20.44%
G=37.59%
B=41.97%

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
Decimal561031150.510.1000.55192.234.533.53
Hex38677333A037c02322
Octal7014716363120673004342
Binary111000110011111100111100111010011011111000000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386773; }

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

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

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

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

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

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

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

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