#382773

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

Shades of Minsk #382773

Tints of Minsk #382773

Color information

#382773 (or 0x382773) is unknown color: approx Minsk. HEX triplet: 38, 27 and 73. RGB value is (56,39,115). Sum of RGB (Red+Green+Blue) = 56+39+115=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #382773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382773 is #C7D88C. Grayscale: #343434. Windows color (decimal): -13097101 or 7546680. OLE color: 7546680.

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

Color convert

RGB5639115-
CMYK0.510.6600.55
HSL253.42º49.35%30.2%-
HSV(B)253.42º66.09%45.1%-
XYZ5.453.5316.61-
YUV52.75163.13130.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=26.67%
G=18.57%
B=54.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56391150.510.6600.55253.4249.3530.2
Hex3827733342037fd311e
Octal7047163631020673756136
Binary1110001001111110011110011100001001101111111110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382773; }

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

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

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

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

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

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

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

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