#386273

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

Shades of Blumine #386273

Tints of Blumine #386273

Color information

#386273 (or 0x386273) is unknown color: approx Blumine. HEX triplet: 38, 62 and 73. RGB value is (56,98,115). Sum of RGB (Red+Green+Blue) = 56+98+115=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #386273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386273 is #C79D8C. Grayscale: #575757. Windows color (decimal): -13081997 or 7561784. OLE color: 7561784.

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

Color convert

RGB5698115-
CMYK0.510.1500.55
HSL197.29º34.5%33.53%-
HSV(B)197.29º51.3%45.1%-
XYZ9.0910.8117.83-
YUV87.38143.59105.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=20.82%
G=36.43%
B=42.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56981150.510.1500.55197.2934.533.53
Hex38627333F037c52322
Octal7014216363170673054342
Binary111000110001011100111100111111011011111000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386273; }

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

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

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

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

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

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

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

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