#382774

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

Shades of Minsk #382774

Tints of Minsk #382774

Color information

#382774 (or 0x382774) is unknown color: approx Minsk. HEX triplet: 38, 27 and 74. RGB value is (56,39,116). Sum of RGB (Red+Green+Blue) = 56+39+116=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #382774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382774 is #C7D88B. Grayscale: #343434. Windows color (decimal): -13097100 or 7612216. OLE color: 7612216.

HSL color Cylindrical-coordinate representation of color #382774: hue angle of 253.25º degrees, saturation: 0.5, 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 #382774 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5639116-
CMYK0.520.6600.55
HSL253.25º49.68%30.39%-
HSV(B)253.25º66.38%45.49%-
XYZ5.513.5516.92-
YUV52.86163.63130.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 116 (45.70% from 255) = 54.98%
R=26.54%
G=18.48%
B=54.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56391160.520.6600.55253.2549.6830.39
Hex3827743442037fd321e
Octal7047164641020673756236
Binary1110001001111110100110100100001001101111111110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382774; }

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

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

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

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

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

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

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

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