#382673

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

Shades of Minsk #382673

Tints of Minsk #382673

Color information

#382673 (or 0x382673) is unknown color: approx Minsk. HEX triplet: 38, 26 and 73. RGB value is (56,38,115). Sum of RGB (Red+Green+Blue) = 56+38+115=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #382673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382673 is #C7D98C. Grayscale: #333333. Windows color (decimal): -13097357 or 7546424. OLE color: 7546424.

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

Color convert

RGB5638115-
CMYK0.510.6700.55
HSL254.03º50.33%30%-
HSV(B)254.03º66.96%45.1%-
XYZ5.423.4616.6-
YUV52.16163.46130.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=26.79%
G=18.18%
B=55.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56381150.510.6700.55254.0350.3330
Hex3826733343037fe321e
Octal7046163631030673766236
Binary1110001001101110011110011100001101101111111111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382673; }

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

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

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

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

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

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

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

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