#382974

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

Shades of Minsk #382974

Tints of Minsk #382974

Color information

#382974 (or 0x382974) is unknown color: approx Minsk. HEX triplet: 38, 29 and 74. RGB value is (56,41,116). Sum of RGB (Red+Green+Blue) = 56+41+116=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #382974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382974 is #C7D68B. Grayscale: #353535. Windows color (decimal): -13096588 or 7612728. OLE color: 7612728.

HSL color Cylindrical-coordinate representation of color #382974: hue angle of 252º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #382974 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5641116-
CMYK0.520.6500.55
HSL252º47.77%30.78%-
HSV(B)252º64.66%45.49%-
XYZ5.583.6916.94-
YUV54.04162.97129.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=26.29%
G=19.25%
B=54.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56411160.520.6500.5525247.7730.78
Hex3829743441037fc301f
Octal7051164641010673746037
Binary1110001010011110100110100100000101101111111110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382974; }

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

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

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

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

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

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

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

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